mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
8 lines
128 B
Python
8 lines
128 B
Python
# test_modules.py
|
|
|
|
from wfgy_sdk import bbmc, bbpf, bbcr, bbam
|
|
|
|
bbmc.run_demo()
|
|
bbpf.run_demo()
|
|
bbcr.run_demo()
|
|
bbam.run_demo()
|