mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-01 21:34:27 +01:00
Refactor/move singleton out of config module (#3161)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
"""Base class for memory providers."""
|
||||
import abc
|
||||
|
||||
from autogpt.config import AbstractSingleton, Config
|
||||
from autogpt.config import Config
|
||||
from autogpt.singleton import AbstractSingleton
|
||||
|
||||
cfg = Config()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user