ssh-audit/packages/sshaudit/__main__.py
2020-03-12 21:56:23 -04:00

5 lines
59 B
Python

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