mirror of
https://github.com/Xtao-Labs/misskey2telegram_web.git
synced 2024-11-23 06:49:39 +00:00
7 lines
90 B
Python
7 lines
90 B
Python
|
from main import app
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
import uvicorn
|
||
|
uvicorn.run(app)
|