add main logger to package

This commit is contained in:
Roman Zeyde
2014-12-30 16:29:04 +02:00
parent 2430588077
commit 1e09e4961e

View File

@@ -1 +1,4 @@
from . import send, recv, config, audio
import logging
log = logging.getLogger(__name__)