mport version from separate file

This commit is contained in:
2022-05-30 20:01:09 +02:00
parent 82cfbae900
commit a52f5f9690
3 changed files with 4 additions and 5 deletions

View File

@@ -7,8 +7,6 @@ from sys import path
from os.path import dirname
path.append(dirname(__file__))
__version__ = '0.2'
import logging
from utils import ColorizeFilter
ch = logging.StreamHandler()