Start CLI implementation
This commit is contained in:
7
cli/config.py
Normal file
7
cli/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("cli/cli.ini")
|
||||
Reference in New Issue
Block a user