diff --git a/src/utils/adv_configparser.py b/src/utils/adv_configparser.py index c0c56db..b1ddbc8 100644 --- a/src/utils/adv_configparser.py +++ b/src/utils/adv_configparser.py @@ -5,9 +5,8 @@ from pathlib import Path from shutil import copy class Advanced_ConfigParser(configparser.ConfigParser): - """Utility class to ease the use of the configparser libary - - Version 1.0""" + """Utility class to ease the use of the configparser libary""" + VERSION = "2.0" number_of_instances = 0 def __init__(self, path:str, allow_template:bool = True) -> None: