mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
7 lines
97 B
Python
7 lines
97 B
Python
# demo/run_demo.py
|
|
|
|
from wfgy_sdk.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|