refactor models

This commit is contained in:
Laura Klünder 2016-08-29 18:49:24 +02:00
parent 752b7d6d7d
commit e8824a02d4
9 changed files with 98 additions and 84 deletions

View file

@ -0,0 +1,4 @@
from .feature import Feature # noqa
from .level import Level # noqa
from .package import Package # noqa
from .source import Source # noqa