AutoRecon/autorecon.py

7 lines
88 B
Python

#!/usr/bin/python3
from autorecon.main import main
if __name__ == '__main__':
main()