mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
16 lines
269 B
Python
16 lines
269 B
Python
class SSHClient(object):
|
|
def __init__(self, *args, **kwargs):
|
|
pass
|
|
|
|
def set_missing_host_key_policy(self, *args, **kwargs):
|
|
pass
|
|
|
|
class AutoAddPolicy(object):
|
|
pass
|
|
|
|
class WarningPolicy(object):
|
|
pass
|
|
|
|
class RejectPolicy(object):
|
|
pass
|