first commit

main
Arnel Arnautovic 2023-09-21 10:13:16 +02:00
commit f6cbde70a6
3 changed files with 8 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Directories
venv/
output/
input/

4
config.ini Normal file
View File

@ -0,0 +1,4 @@
[PATHS]
Input=./input/
Output=./output/
Templates=./templates/

0
main.py Normal file
View File