1
0
Fork 0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-05-24 03:36:54 -04:00
This commit is contained in:
Andre Basche 2023-02-13 03:36:09 +01:00
parent cf481e5f13
commit 984d1b91b7
5 changed files with 23 additions and 14 deletions

View file

@ -1,4 +1,4 @@
from parameter import HonParameterFixed, HonParameterEnum, HonParameterRange
from pyhon.parameter import HonParameterFixed, HonParameterEnum, HonParameterRange
class HonCommand: