admintools/main.py

8 lines
78 B
Python

from app import App
app = App()
if __name__ == '__main__':
app.start()