mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
4 lines
123 B
Python
Executable File
4 lines
123 B
Python
Executable File
#!/usr/bin/env python3
|
|
from mythic_translator_container import mythic_service
|
|
mythic_service.start_service_and_heartbeat()
|