plcopen/__init__.py
branchpython3
changeset 3751 a80a66ba52d6
parent 3750 f62625418bff
equal deleted inserted replaced
3750:f62625418bff 3751:a80a66ba52d6
    25 # Package initialisation
    25 # Package initialisation
    26 
    26 
    27 # plcopen module dynamically creates its classes
    27 # plcopen module dynamically creates its classes
    28 
    28 
    29 
    29 
    30 from plcopen.plcopen import \
    30 from . plcopen import \
    31     PLCOpenParser, LoadProject, SaveProject, LoadPou, \
    31     PLCOpenParser, LoadProject, SaveProject, LoadPou, \
    32     LoadPouInstances, VarOrder, QualifierList, rect
    32     LoadPouInstances, VarOrder, QualifierList, rect