Files
FastProxyX/backup/__init__.py
2026-01-29 22:53:58 +08:00

8 lines
274 B
Python

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