ishaq101's picture
[KM-467] [DED][AI] Orchestration Agent - Init
027123c
raw
history blame contribute delete
158 Bytes
"""Environment file path constants for existing users.py."""
import os
class EnvFilepath:
"""Environment file path constants."""
ENVPATH = ".env"