Island: Add handle_scan_data to __init__.py

This commit is contained in:
Kekoa Kaaikala 2022-09-27 19:23:21 +00:00
parent 89c6e2b7bc
commit 371ca12dfb
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
from .handle_scan_data import handle_scan_data
from .save_event_to_event_repository import save_event_to_event_repository from .save_event_to_event_repository import save_event_to_event_repository
from .save_stolen_credentials_to_repository import save_stolen_credentials_to_repository from .save_stolen_credentials_to_repository import save_stolen_credentials_to_repository