beginning/proof-of-concept of a generic/ module together with SFA_GENERIC_FLAVOUR to
[sfa.git] / sfa / generic / plcm.py
1 from sfa.generic.pl import pl
2 import sfa.plc.plccomponentapi
3
4 class plcm (pl):
5
6     def api_class (self):
7         return sfa.plc.plccomponentapi.PlcComponentApi
8