mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
4 lines
No EOL
68 B
Python
4 lines
No EOL
68 B
Python
from entrypoint import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run() |