Skip to content
Snippets Groups Projects
__init__.py 434 B
from .base import *  # noqa: F401,F403
from .field import Field  # 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 .xref import Xref  # noqa: F401

from .relation import (  # noqa: F401; noqa: F401
    Relation,
    RelationToMany,
    RelationToManyMap,
    RelationToOne,
)