Move config.yaml to config/settings.yml

This commit is contained in:
ashatora
2024-06-11 15:06:59 +03:00
parent cbb571920a
commit db55f88004
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
from bestconfig import Config from bestconfig import Config
config = Config() config = Config("config/settings.yml")