Setting tag plcapi-7.1-0
[plcapi.git] / PLC / __init__.py
index 0527953..7b7fc41 100644 (file)
@@ -1 +1,2 @@
-all = 'Addresses AddressTypes API Auth BootStates Config Debug Faults Keys Method NodeGroups NodeNetworks Nodes Parameter PCUs Persons PostgreSQL Roles Sites SliceInstantiations Slices Slivers Table'.split()
+import os
+all = [i[:-3] for i in os.listdir(os.path.dirname(__file__)) if i.endswith(".py") and not i.startswith(".")]