mirror of https://github.com/wooey/Wooey.git
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
|
#!/usr/bin/env python
|
||
|
__author__ = 'chris'
|
||
|
from wooey.backend import command_line
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
command_line.bootstrap()
|