Files
s2p_banking_system/server/config.py
2024-06-15 13:12:25 +02:00

8 lines
161 B
Python

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