Move files to folders

This commit is contained in:
Lucas Mathews
2024-06-07 19:41:33 +02:00
parent 3979e2ceb8
commit 7057c7e2ce
8 changed files with 154 additions and 6 deletions

7
database/config.py Normal file
View File

@@ -0,0 +1,7 @@
# Lucas Mathews - Fontys Student ID: 5023572
# Banking System Config Parser
import configparser
CONFIG = configparser.ConfigParser()
CONFIG.read("database.ini")