Initial commit of PyFrp project
This commit is contained in:
7
backup/__init__.py
Normal file
7
backup/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Brief Introduction
|
||||
# The original Frp (https://github.com/Fatedier/frp/) is somewhat bloated in size,
|
||||
# while PyFrp is a simplified Python-based implementation with a smaller footprint and fewer features.
|
||||
|
||||
from . import client
|
||||
from . import server
|
||||
Reference in New Issue
Block a user