plcopen/__init__.py
changeset 1390 0f4d32a033e0
parent 1299 9ffc49bfdf9d
child 1571 486f94a8032c
equal deleted inserted replaced
1389:fb19c6226ff5 1390:0f4d32a033e0
    23 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    23 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24 
    24 
    25 # Package initialisation
    25 # Package initialisation
    26 
    26 
    27 # plcopen module dynamically creates its classes
    27 # plcopen module dynamically creates its classes
       
    28 
    28 from plcopen import PLCOpenParser, LoadProject, SaveProject, LoadPou, \
    29 from plcopen import PLCOpenParser, LoadProject, SaveProject, LoadPou, \
    29     LoadPouInstances, VarOrder, QualifierList, rect
    30     LoadPouInstances, VarOrder, QualifierList, rect
    30 
    31 
    31 from structures import *
    32