summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/config.py b/config.py
index 47ded38..cbe5e07 100644
--- a/config.py
+++ b/config.py
@@ -1,6 +1,4 @@
-from utils.configuration import Configuration
-
-config: Configuration = {
+config = {
'system': {
# Disable accelerator
'disable_acc': False,