Initial commit of PyFrp project

This commit is contained in:
GVSADS
2026-01-29 22:53:58 +08:00
commit 9cee40db86
12 changed files with 1769 additions and 0 deletions

2
__init__.py Normal file
View File

@@ -0,0 +1,2 @@
from .client import PortForwardClient
from .server import PortForwardServer