forked from Support/sp-hydra-veil-gui
8 lines
No EOL
144 B
Python
Executable file
8 lines
No EOL
144 B
Python
Executable file
|
|
from core.models.manage.session_management import init_session, close_session
|
|
|
|
def start():
|
|
init_session()
|
|
|
|
def stop():
|
|
close_session() |