legacy methods - this is more an excuse for studying how the API can be
[plcapi.git] / PLC / Legacy / __init__.py
1 # supposed to be managed manually
2 # syntax is modulename.methodname
3
4 # xxx could we use __all__ and have each module define its 
5 # own set of methods ?
6
7 __all__ = """
8 NodeNetworks
9 Types
10 """.split()
11