Make events subpackage private

This commit is contained in:
Lonami Exo
2021-09-24 21:11:50 +02:00
parent 5a44510e2d
commit 1762f554df
17 changed files with 25 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ from . import (
from .. import helpers, version, _tl
from ..types import _custom
from .._network import ConnectionTcpFull
from ..events.common import EventBuilder, EventCommon
from .._events.common import EventBuilder, EventCommon
from .._misc import enums