mirror of
https://github.com/OPSnet/Margay.git
synced 2026-01-16 20:04:35 -05:00
7 lines
90 B
Python
Executable File
7 lines
90 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from margay.main import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|