Example #1
0
File: throw.py Project: rjw57/throw
import commandline
import sys

if __name__ == '__main__':
   commandline.run()
Example #2
0
def main():
    # Print status?
    init()
    # Invoke command line
    commandline.run()
def main():
    from commandline import run
    run()
Example #4
0
def main():
    from commandline import run

    run()