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
8210ef75f1
commit
dfd41a628d
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "royalnet-console"
|
name = "royalnet-console"
|
||||||
version = "6.6.0"
|
version = "6.6.2"
|
||||||
description = "A terminal-based frontend for the royalnet.engineer module."
|
description = "A terminal-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"
|
||||||
|
|
|
@ -3,3 +3,4 @@ A terminal-based :class:`~royalnet.engineer.pda.implementations.base.PDAImplemen
|
||||||
module.
|
module.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from .pda import *
|
||||||
|
|
Loading…
Reference in a new issue