Show prices through a minimal webapp

This commit is contained in:
2022-07-10 23:12:26 +02:00
parent 577ad61cf2
commit b190eebe46
8 changed files with 455 additions and 4 deletions

5
config.py Normal file
View File

@@ -0,0 +1,5 @@
from configparser import ConfigParser
import os
conf = ConfigParser()
conf.read(os.path.dirname(__file__) + "/fioul.ini")