1
from warnings import warn
2
warn('moved to cubicweb.entity', DeprecationWarning, stacklevel=2)
3
from cubicweb.entity import *
4
from cubicweb.entity import _marker