[py] Introduce class CWEntity and how to have one from CWProxy
- The class does nothing at this point, so it is currently useless, but it is only a first step.
- We can not type
cnx
inclass CWEntity
, because it would cause an import loop.
cnx
in class CWEntity
,
because it would cause an import loop.