mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
5 lines
71 B
Python
5 lines
71 B
Python
"""Allow running as: python -m cli"""
|
|
from cli.cli import main
|
|
|
|
main()
|