pkrm.dev/run.py
2024-12-03 21:03:18 -06:00

5 lines
79 B
Python

from app.views import app
if __name__ == "__main__":
app.run(port="4343")