Split up parameters

This commit is contained in:
Andre Basche
2023-04-16 01:43:37 +02:00
parent 461a247ad3
commit 03187745bf
9 changed files with 168 additions and 158 deletions

View File

@ -5,7 +5,7 @@ from typing import TYPE_CHECKING
from pyhon import helper
from pyhon.commands import HonCommand
from pyhon.parameter import HonParameterFixed
from pyhon.parameter.fixed import HonParameterFixed
if TYPE_CHECKING:
from pyhon import HonAPI