mirror of
https://github.com/OPSnet/hermes.git
synced 2026-01-16 20:04:33 -05:00
7 lines
100 B
Python
7 lines
100 B
Python
#! /usr/bin/env python3
|
|
|
|
from hermes import run_hermes
|
|
|
|
if __name__ == "__main__":
|
|
run_hermes()
|