luser/run.py

5 lines
75 B
Python
Executable File

from luser import app
if __name__ == '__main__':
app.run(debug=False)