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