Something went wrong on our end
-
Vincent Hatakeyama authoredVincent Hatakeyama authored
__init__.py 477 B
from . import models # noqa: F401
from .base import * # noqa: F401,F403
from .field import Field, TranslatedSelection # noqa: F401
from .keyfield import FirstKeyField, KeyField # noqa: F401
from .list import List # noqa: F401
from .mail_template import MailTemplate # noqa: F401
from .model import Model # noqa: F401
from .relation import ( # noqa: F401
Relation,
RelationToMany,
RelationToManyMap,
RelationToOne,
)
from .xref import Xref # noqa: F401