Exemplo n.º 1
0
Arquivo: throw.py Projeto: rjw57/throw
import commandline
import sys

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

    run()