mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
feat(pip): Prepare for PyPI (#1531)
This commit is contained in:
8
prowler.py
Executable file
8
prowler.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
from prowler.__main__ import prowler
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(prowler())
|
||||
Reference in New Issue
Block a user