Repository URL to install this package:
"""Global logger for the entire app.""" import logging __all__ = ("log",) log = logging.getLogger("pyledctrl")