Start CLI implementation

This commit is contained in:
Lucas Mathews
2024-05-30 11:03:17 +02:00
parent 558d818aac
commit 60114d6ef2
6 changed files with 63 additions and 26 deletions

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