mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 14:44:28 -04:00
Split up parameters
This commit is contained in:
parent
461a247ad3
commit
03187745bf
9 changed files with 168 additions and 158 deletions
|
@ -1,12 +1,10 @@
|
|||
from typing import Optional, Dict, Any, List, TYPE_CHECKING
|
||||
|
||||
from pyhon.parameter import (
|
||||
HonParameterFixed,
|
||||
HonParameterEnum,
|
||||
HonParameterRange,
|
||||
HonParameterProgram,
|
||||
HonParameter,
|
||||
)
|
||||
from pyhon.parameter.base import HonParameter
|
||||
from pyhon.parameter.enum import HonParameterEnum
|
||||
from pyhon.parameter.fixed import HonParameterFixed
|
||||
from pyhon.parameter.program import HonParameterProgram
|
||||
from pyhon.parameter.range import HonParameterRange
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from pyhon import HonAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue