equal
deleted
inserted
replaced
16 # with this program. If not, see <http://www.gnu.org/licenses/>. |
16 # with this program. If not, see <http://www.gnu.org/licenses/>. |
17 |
17 |
18 """cubicweb-diseasome schema""" |
18 """cubicweb-diseasome schema""" |
19 |
19 |
20 from yams.buildobjs import EntityType, SubjectRelation, String, Int |
20 from yams.buildobjs import EntityType, SubjectRelation, String, Int |
21 from cubicweb.schemas.base import ExternalUri |
|
22 |
21 |
23 |
22 |
24 class Disease(EntityType): |
23 class Disease(EntityType): |
25 """Disease entity definition. |
24 """Disease entity definition. |
26 |
25 |