feat(pip): Prepare for PyPI (#1531)

This commit is contained in:
Sergio Garcia
2022-12-13 09:07:55 +01:00
committed by GitHub
parent 0cd13b90f4
commit bb09267f2a
1461 changed files with 6625 additions and 6904 deletions

8
prowler.py Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
import sys
from prowler.__main__ import prowler
if __name__ == "__main__":
sys.exit(prowler())