cyborg-ai-git
init
9099f0d
raw
history blame contribute delete
814 Bytes
#========================================================================================================================================
# 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"))
# --------------------------------------------------------------------------------------------------------------------------------------