DocChat / utils /__init__.py
MaheshLEO4's picture
Initial commit
8683911
raw
history blame contribute delete
57 Bytes
from .logger import get_logger
__all__ = ["get_logger"]