mirror of
https://github.com/onestardao/WFGY.git
synced 2026-04-28 11:40:07 +00:00
10 lines
136 B
Python
10 lines
136 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()
|