mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-02-19 22:04:15 +01:00
add import log msg
This commit is contained in:
parent
a098cfcc4d
commit
b0a5cb57fe
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue