You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
342 B

4 years ago
  1. # -*- coding: utf-8 -*-
  2. __version__ = '0.0.1'
  3. def _main():
  4. print("""
  5. =============================
  6. Frp NAT Downloader for Pyhton
  7. =============================
  8. pip install frp
  9. frp -h
  10. -----------------------------
  11. src: https://github.com/nat-cloud/frp
  12. -----------------------------
  13. """)