DEBSOURCES
Skip Quicknav
sources / elixir / 0.6.0-1 / tests / b.py
123456
from elixir import * class B(Entity): name = Field(String(30)) as_ = OneToMany('tests.a.A')