start customTKinter frontend

This commit is contained in:
Lucas Mathews
2024-05-25 18:57:05 +02:00
parent fc1922f9c4
commit dffa6274d3
5 changed files with 43 additions and 0 deletions

7
application/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("application/app.ini")