embed-api / configs /envs.py
Hansimov's picture
:pencil: [Config] ENVS from secrets.json
7c3898e
raw
history blame
No virus
138 Bytes
from pathlib import Path
from tclogger import OSEnver
secrets_path = Path(__file__).parent / "secrets.json"
ENVS = OSEnver(secrets_path)