root / elixir / tags / 0.7.0 / tests / b.py

Revision 442, 105 bytes (checked in by ged, 3 years ago)

minor cleanups, additional comments and removed prints in tests

Line 
1from elixir import *
2
3class B(Entity):
4    name = Field(String(30))
5    many_a = OneToMany('tests.a.A')
Note: See TracBrowser for help on using the browser.