mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
5 lines
65 B
Python
5 lines
65 B
Python
from cli.main import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|