1 2 3 4 5 6
#!/usr/bin/env python import cli.main import os bin_dir = os.path.dirname(os.path.realpath(__file__)) cli.main.main(bin_dir)