mirror of
https://github.com/Sevi-py/tnyr.me.git
synced 2026-02-19 11:54:45 -05: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() |