PythonCustomLogger/helpers/__init__.py

10 lines
228 B
Python
Raw Normal View History

2022-10-17 09:36:39 +00:00
#!/usr/bin/env python
# @author Dominik Kuhn
# @email d.kuhn@zema.de
# @create date 2022-10-17 11:03:59
# @modify date 2022-10-17 11:30:22
# @desc [description]
from .customLogger import customLogger
__all__ = ['customLogger']