1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-04-05 13:08:06 -05:00
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()