web/hdalab/models/__init__.py
author veltr
Mon, 06 Feb 2012 18:50:19 +0100
changeset 118 fdf808d7d374
parent 114 c59383cc9940
child 119 e3ebe3545f72
permissions -rw-r--r--
Ajout de l agregation geographique par pays et des donnees insee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
114
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
from hdalab.models.categories import WpCategory, InfoboxParameter, TagInfobox, TagWpCategory
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
c59383cc9940 migrate categories extraction to hdalab
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
__all__ = ['WpCategory', 'InfoboxParameter', 'TagInfobox', 'TagWpCategory']