mirror of
https://github.com/Sevi-py/tnyr.me.git
synced 2026-04-03 03:00:21 -04:00
4 lines
96 B
Python
4 lines
96 B
Python
from main import app # Import your Flask app instance
|
|
|
|
if __name__ == "__main__":
|
|
app.run() |