start customTKinter frontend
This commit is contained in:
7
application/config.py
Normal file
7
application/config.py
Normal 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")
|
||||
Reference in New Issue
Block a user