Spaces:
Sleeping
Sleeping
Upload __init__.py
Browse files- aworld/core/__init__.py +6 -0
aworld/core/__init__.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding: utf-8
|
2 |
+
# Copyright (c) 2025 inclusionAI.
|
3 |
+
from aworld.core.event.event_bus import InMemoryEventbus
|
4 |
+
|
5 |
+
# global
|
6 |
+
eventbus = InMemoryEventbus()
|