Fix some modules were public when they should not have been

This commit is contained in:
Lonami Exo
2021-09-26 19:58:42 +02:00
parent a9e1a574ae
commit 197a1ca996
19 changed files with 41 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ from . import (
account, auth, bots, chats, dialogs, downloads, messageparse, messages,
telegrambaseclient, updates, uploads, users
)
from .. import helpers, version, _tl
from .. import version, _tl
from ..types import _custom
from .._network import ConnectionTcpFull
from .._events.common import EventBuilder, EventCommon