1
Fork 0
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:
Steffo 2022-04-18 21:16:21 +02:00
parent 8210ef75f1
commit dfd41a628d
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "royalnet-console"
version = "6.6.0"
version = "6.6.2"
description = "A terminal-based frontend for the royalnet.engineer module."
authors = ["Stefano Pigozzi <me@steffo.eu>"]
license = "AGPL-3.0-or-later"

View file

@ -3,3 +3,4 @@ A terminal-based :class:`~royalnet.engineer.pda.implementations.base.PDAImplemen
module.
"""
from .pda import *