basabuuka_prototyp/venv/lib/python3.5/site-packages/frp.py
2020-08-16 19:36:44 +02:00

14 lines
No EOL
342 B
Python

# -*- 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
-----------------------------
""")