This website works better with JavaScript
Home
Explore
Help
Register
Sign In
deviproductions
/
tapedbgui
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
2944029dfc
Branches
Tags
master
tapedbgui
/
venv
/
lib
/
python2.7
/
site-packages
/
pip
/
__main__.py
__main__.py
116 B
History
Raw
1
2
3
4
5
6
7
import sys
from .runner import run
if __name__ == '__main__':
exit = run()
if exit:
sys.exit(exit)