7 lines
119 B
Python
7 lines
119 B
Python
__version__ = "0.1.0"
|
|
__author__ = "Alexander Kirchner"
|
|
|
|
|
|
from .logic.log import MyLogger
|
|
from .utils.icon import Icon
|