mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-05-24 14:33:26 +00:00
5 lines
112 B
Python
5 lines
112 B
Python
import pathlib
|
|
|
|
BASE_PATH = pathlib.Path(__file__).parent.parent.parent.resolve()
|
|
ENV_PATH = BASE_PATH / ".env"
|