dify-on-wechat/main.py

5 lines
98 B
Python

# entry point for online railway deployment
from app import run
if __name__ == '__main__':
run()