gicisky/logger/__init__.py

6 lines
No EOL
100 B
Python

from .logger import GiciskyLogger, LogCategory
__all__ = [
"GiciskyLogger",
"LogCategory"
]