mirror of
https://gitea.dmz.rs/Decentrala/luser.git
synced 2026-07-11 05:52:22 +02:00
5 lines
75 B
Python
Executable File
5 lines
75 B
Python
Executable File
from luser import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=False)
|