mirror of
https://github.com/sortedcord/alemno-payments.git
synced 2026-07-21 19:52:50 +05:30
5 lines
114 B
Python
5 lines
114 B
Python
import uvicorn
|
|
|
|
if __name__ == "__main__":
|
|
uvicorn.run("app.app:app", host="0.0.0.0", port=3000, reload=True)
|