ssh-audit/pypi/sshaudit/__main__.py
2019-09-04 15:05:07 -04:00

5 lines
59 B
Python

# -*- coding: utf-8 -*-
from .sshaudit import main
main()