Files
fachschaften/models.py
2017-02-10 22:06:49 +01:00

9 lines
225 B
Python

from .articles.model import Article
from .sections.model import Section
from .organizations.model import Organization
from .organizationtypes.model import Organizationtype
from .compiler.models import CrawlUrl, CrawlCache