4.0 Alpha (Build 19346)
This commit is contained in:
20
components/load_config.py
Normal file
20
components/load_config.py
Normal file
@@ -0,0 +1,20 @@
|
||||
"""
|
||||
# GeneratorCSV
|
||||
# Wersja 4.0: UC 1
|
||||
# by Mateusz Skoczek
|
||||
# luty 2019 - grudzień 2019
|
||||
# dla ZSP Sobolew
|
||||
|
||||
#
|
||||
# Moduł zarządzający plikiem konfiguracyjnym
|
||||
#
|
||||
"""
|
||||
|
||||
def read():
|
||||
with open('.\config.cfg') as cfg:
|
||||
cfg = cfg.read().split('\n')
|
||||
settings = []
|
||||
for x in cfg
|
||||
|
||||
def edit():
|
||||
pass
|
||||
Reference in New Issue
Block a user