luser/run.py
2023-04-03 11:16:15 +02:00

5 lines
75 B
Python
Executable File

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