#!/usr/bin/python
"""Abism launcher"""
from abism.run import run_sync
run_sync()
