mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-04 09:17:41 +08:00
5 lines
98 B
Python
5 lines
98 B
Python
# entry point for online railway deployment
|
|
from app import run
|
|
|
|
if __name__ == '__main__':
|
|
run() |