6 lines
189 B
Python
6 lines
189 B
Python
|
from LSZXBackend.identified_master import IdentifiedMaster
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
backend = IdentifiedMaster(name="IdentifiedMaster", domain="0.0.0.0")
|
||
|
backend.start_backend()
|