ssh-audit/packages/sshaudit/__main__.py

5 lines
59 B
Python

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