#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Script starts here
from sima.launch import main

main()

# VIM MODLINE
# vim: ai ts=4 sw=4 sts=4 expandtab
