mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
add import log msg
This commit is contained in:
parent
a098cfcc4d
commit
b0a5cb57fe
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@
|
||||||
@description: Class for a single BOSWatch packet router route point
|
@description: Class for a single BOSWatch packet router route point
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import logging
|
||||||
|
|
||||||
|
logging.debug("- %s loaded", __name__)
|
||||||
|
|
||||||
|
|
||||||
class Route:
|
class Route:
|
||||||
"""!Class for single routing points"""
|
"""!Class for single routing points"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue