mirror of
https://github.com/ada-dmitry/kurator_bot.git
synced 2026-09-26 01:00:16 +00:00
init new bot
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
__version__ = "2.4.0"
|
||||
|
||||
from .impl import start_connection
|
||||
from .types import AddrInfoType
|
||||
from .utils import addr_to_addr_infos, pop_addr_infos_interleave, remove_addr_infos
|
||||
|
||||
__all__ = (
|
||||
"start_connection",
|
||||
"AddrInfoType",
|
||||
"remove_addr_infos",
|
||||
"pop_addr_infos_interleave",
|
||||
"addr_to_addr_infos",
|
||||
)
|
||||
Reference in New Issue
Block a user