Files
Lucas Mathews a65142c7b0 Refactoring
2024-06-08 10:36:27 +02:00

8 lines
158 B
Python

# Lucas Mathews - Fontys Student ID: 5023572
# Banking System Config Parser
import configparser
CONFIG = configparser.ConfigParser()
CONFIG.read("app.ini")