feat: Add settings and validate_settings import from config module
This commit is contained in:
parent
9b17149b07
commit
6c1de3583c
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ import threading
|
||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
from contextlib import contextmanager
|
from contextlib import contextmanager
|
||||||
|
from config import settings, validate_settings
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue