#!/usr/bin/env python

import sys
sys.path.append("src")
import autobus
autobus.main()
