librarystandards.py@f9d4e59392f7
librarystandards.py
Tue, 25 Aug 2020 22:08:30 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Tue, 25 Aug 2020 22:08:30 +0300
- changeset 98
- f9d4e59392f7
- parent 96
-
70f8049623ec
- permissions
- -rw-r--r--
made colors toggleable
from configparser import ConfigParser
from pathlib import Path
from os.path import dirname
ini_path = Path(dirname(__file__)) / 'library-standards.ini'
library_standards = ConfigParser()
with ini_path.open() as file:
library_standards.read_file(file)