""" Some utils used by AutoGL """ from .log import get_logger from .device import get_device __all__ = ["get_logger", "get_device"]