mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-04-20 09:16:57 -04:00
7 lines
123 B
Python
7 lines
123 B
Python
"""
|
|
Utility functions for Huntarr-Sonarr
|
|
"""
|
|
|
|
from utils.logger import logger, debug_log
|
|
|
|
__all__ = ['logger', 'debug_log'] |