mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
09b7c22c26
Co-authored-by: NinoCosmic <nikola.dokoski@cosmicdevelopment.com> Co-authored-by: Ayush Bhardwaj <classicayush@gmail.com>
9 lines
90 B
Python
Executable File
9 lines
90 B
Python
Executable File
#!/usr/bin/python
|
|
|
|
import sys
|
|
import ssh_adder
|
|
|
|
def main():
|
|
ssh_adder.main(sys.argv)
|
|
|