basabuuka_prototyp/venv/bin/frpc.py
2020-08-16 19:36:44 +02:00

16 lines
No EOL
342 B
Python
Executable file

# -*- coding: utf-8 -*-
__version__ = '0.0.1'
def _main():
print("""
=============================
Frp NAT Downloader for Pyhton
=============================
pip install frp
frp -h
-----------------------------
src: https://github.com/nat-cloud/frp
-----------------------------
""")