mirror of https://github.com/jtesta/ssh-audit.git
5 lines
59 B
Python
5 lines
59 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from .sshaudit import main
|
||
|
main()
|