mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +00:00
Expose TCP class
This commit is contained in:
parent
7a6d7d0037
commit
dc322ddf1a
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
# You should have received a copy of the GNU Lesser General Public License
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
from .tcp import TCP
|
||||||
from .tcp_abridged import TCPAbridged
|
from .tcp_abridged import TCPAbridged
|
||||||
from .tcp_abridged_o import TCPAbridgedO
|
from .tcp_abridged_o import TCPAbridgedO
|
||||||
from .tcp_full import TCPFull
|
from .tcp_full import TCPFull
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue