mirror of
https://github.com/onestardao/WFGY.git
synced 2026-05-01 21:11:11 +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()
|