Move files to folders

This commit is contained in:
Lucas Mathews
2024-06-07 19:12:22 +02:00
parent 21fe74853c
commit 2be3ccb830
13 changed files with 1808 additions and 0 deletions

7
server/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("bank.ini")