mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 11:34:18 +00:00
✨ Export the PDAImplementation
This commit is contained in:
parent
f165eed450
commit
eba71bad71
3 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet-telethon"
|
name = "royalnet-telethon"
|
||||||
version = "6.6.0"
|
version = "6.6.2"
|
||||||
description = "A Telethon-based frontend for the royalnet.engineer module."
|
description = "A Telethon-based frontend for the royalnet.engineer module."
|
||||||
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
authors = ["Stefano Pigozzi <me@steffo.eu>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
A :mod:`telethon` -based implementation of the PDA class of the :mod:`royalnet.engineer` module.
|
A :mod:`telethon` -based implementation of the PDA class of the :mod:`royalnet.engineer` module.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from .pda import *
|
||||||
|
|
|
@ -154,5 +154,6 @@ class TelethonPDAImplementation(engi.ConversationListImplementation):
|
||||||
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
|
"TelethonPDAMode",
|
||||||
"TelethonPDAImplementation",
|
"TelethonPDAImplementation",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue