5 lines
109 B
Python
5 lines
109 B
Python
from .constants import *
|
|
|
|
CONFIG_CONFIG_FILE_PATH = CONFIG_PATH / "config.yml"
|
|
|
|
file_encoding = FILE_ENCODING |