#======================================================================================================================================== | |
# 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")) | |
# -------------------------------------------------------------------------------------------------------------------------------------- | |