4.0 Alpha (Build 19346)

This commit is contained in:
2020-08-06 18:10:55 +02:00
Unverified
parent 7942cdac70
commit e16844fcce
19 changed files with 326 additions and 613 deletions

20
components/load_config.py Normal file
View 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