Auto-update: Thu Aug 8 19:30:10 PDT 2024
This commit is contained in:
parent
15af9e8a6b
commit
b3068d8118
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,7 @@ TS_ID = os.environ.get('TS_ID')
|
|||
T = TypeVar('T', bound='Configuration')
|
||||
|
||||
|
||||
|
||||
class Configuration(BaseModel):
|
||||
HOME: Path = Path.home()
|
||||
_dir_config: Optional['Configuration'] = None
|
||||
|
@ -278,6 +279,7 @@ class DirConfig(BaseModel):
|
|||
|
||||
|
||||
|
||||
|
||||
# Configuration class for API & Database methods.
|
||||
class APIConfig(BaseModel):
|
||||
HOST: str
|
||||
|
|
Loading…
Add table
Reference in a new issue