Added PyPI package support.

This commit is contained in:
Joe Testa
2019-09-04 15:05:07 -04:00
parent bce9e2b152
commit eac81455a9
6 changed files with 62 additions and 1 deletions

View File

View File

@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
from .sshaudit import main
main()