mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
✨ Export the PDAImplementation
This commit is contained in:
parent
96348ac0d6
commit
55ff0eda9b
3 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet-discordpy"
|
name = "royalnet-discordpy"
|
||||||
version = "6.6.1"
|
version = "6.6.2"
|
||||||
description = "A Discord.py-based frontend for the royalnet.engineer module."
|
description = "A Discord.py-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 *
|
||||||
|
|
|
@ -115,5 +115,6 @@ class DiscordpyPDAImplementation(engi.ConversationListImplementation):
|
||||||
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
|
"DiscordpyPDAMode",
|
||||||
"DiscordpyPDAImplementation",
|
"DiscordpyPDAImplementation",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue