Move models to a separate file

This commit is contained in:
2021-06-03 00:31:22 +02:00
parent e603288bf2
commit 7e81ea0b74
3 changed files with 42 additions and 34 deletions

5
config.py Normal file
View File

@@ -0,0 +1,5 @@
from configparser import ConfigParser
import os
conf = ConfigParser()
conf.read(os.path.dirname(__file__) + '/balises.ini')