mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-29 03:59:52 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
# demo/run_demo.py
|
|
|
|
from wfgy_sdk.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|