the PLCAPI class requires __construct as well in order to move to php8
[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(".")]