Advertisement
Uno-Dan

Main

May 13th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1.  
  2. from test_module import TestModule
  3.  
  4. def main():
  5.     app = TestModule(loglevel='debug')
  6.     app.start()
  7.  
  8.  
  9. if __name__ == "__main__":
  10.     main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement