Wooey/scripts/wooify

10 lines
189 B
Python

#!/usr/bin/env python
__author__ = 'chris'
import os
os.environ['WOOEY_BOOTSTRAP'] = 'True'
from wooey.backend import command_line
if __name__ == "__main__":
command_line.bootstrap()