forked from p15670423/monkey
Common: Export PingScanEvent from __init__
This commit is contained in:
parent
87ca11962e
commit
7bb7ef7dce
|
@ -1,2 +1,3 @@
|
||||||
from .abstract_agent_event import AbstractAgentEvent
|
from .abstract_agent_event import AbstractAgentEvent
|
||||||
from .credentials_stolen_events import CredentialsStolenEvent
|
from .credentials_stolen_events import CredentialsStolenEvent
|
||||||
|
from .ping_scan_event import PingScanEvent
|
||||||
|
|
Loading…
Reference in New Issue