""" AITBC Package """ from .aitbc_logging import get_logger, setup_logger __version__ = "0.2.0" __all__ = ["get_logger", "setup_logger"]