#!python

from otter.run import run_otter

if __name__ == "__main__":
    run_otter()
