diff --git a/amodem/__init__.py b/amodem/__init__.py index e4159d0..7636752 100644 --- a/amodem/__init__.py +++ b/amodem/__init__.py @@ -1 +1,4 @@ from . import send, recv, config, audio + +import logging +log = logging.getLogger(__name__)