Files
s2p_banking_system/cli/config.py
2024-05-30 11:03:17 +02:00

8 lines
162 B
Python

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