plcopen/__init__.py
changeset 1299 9ffc49bfdf9d
parent 1298 f034fb2b1aab
child 1390 0f4d32a033e0
equal deleted inserted replaced
1298:f034fb2b1aab 1299:9ffc49bfdf9d
    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 from plcopen import PLCOpenParser, LoadProject, SaveProject, VarOrder, QualifierList, rect
    28 from plcopen import PLCOpenParser, LoadProject, SaveProject, LoadPou, \
       
    29     LoadPouInstances, VarOrder, QualifierList, rect
    29 
    30 
    30 from structures import *
    31 from structures import *