mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-09 22:35:01 +00:00
9 lines
125 B
Python
Executable File
9 lines
125 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
|
|
from prowler.__main__ import prowler
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(prowler())
|