add import log msg

This commit is contained in:
Bastian Schroll 2019-10-25 18:40:25 +02:00
parent a098cfcc4d
commit b0a5cb57fe
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F

View file

@ -15,6 +15,10 @@
@description: Class for a single BOSWatch packet router route point
"""
import logging
logging.debug("- %s loaded", __name__)
class Route:
"""!Class for single routing points"""