8 lines
274 B
Python
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
|