LISHUZUOXUN_yangjiang/identified_master_test.py

6 lines
189 B
Python
Raw Normal View History

2024-09-23 14:54:15 +08:00
from LSZXBackend.identified_master import IdentifiedMaster
if __name__ == '__main__':
backend = IdentifiedMaster(name="IdentifiedMaster", domain="0.0.0.0")
backend.start_backend()