initial commit

This commit is contained in:
2022-04-24 20:17:30 +03:00
commit 73b2d0ae7f
5 changed files with 285 additions and 0 deletions

13
Pipfile Normal file
View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
paramiko = "*"
dnspython = "*"
[dev-packages]
[requires]
python_version = "3.8"