Spaces:
Runtime error
Runtime error
Update config.py
Browse files
config.py
CHANGED
@@ -6,9 +6,9 @@ import logging
|
|
6 |
import sys
|
7 |
import commentjson as json
|
8 |
|
9 |
-
from . import shared
|
10 |
-
from . import presets
|
11 |
|
|
|
|
|
12 |
|
13 |
__all__ = [
|
14 |
"my_api_key",
|
|
|
6 |
import sys
|
7 |
import commentjson as json
|
8 |
|
|
|
|
|
9 |
|
10 |
+
from shared import *
|
11 |
+
from presets import *
|
12 |
|
13 |
__all__ = [
|
14 |
"my_api_key",
|