Spaces:
Sleeping
Sleeping
Upload __init__.py
Browse files- aworld/__init__.py +4 -0
aworld/__init__.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# coding: utf-8
|
| 2 |
+
# Copyright (c) 2025 inclusionAI.
|
| 3 |
+
|
| 4 |
+
from aworld.config.conf import *
|