File size: 814 Bytes
9099f0d |
1 2 3 4 5 6 7 8 9 10 11 |
#========================================================================================================================================
# CyborgAI CC BY-NC-ND 4.0 Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International https://github.com/cyborg-ai-git |
#========================================================================================================================================
from evo_framework import *
# --------------------------------------------------------------------------------------------------------------------------------------
if __name__ == "__main__":
asyncio.run(UBridge.getInstance().doRunPeer("peer_config.yaml"))
# --------------------------------------------------------------------------------------------------------------------------------------
|