review packaging for f37 (1/n)
[plcapi.git] / PLC / __init__.py
1 import os
2 all = [i[:-3] for i in os.listdir(os.path.dirname(__file__)) if i.endswith(".py") and not i.startswith(".")]