diff options
Diffstat (limited to 'indoteknik_custom/__init__.py')
| -rwxr-xr-x | indoteknik_custom/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/__init__.py b/indoteknik_custom/__init__.py index 0650744f..19240f4e 100755 --- a/indoteknik_custom/__init__.py +++ b/indoteknik_custom/__init__.py @@ -1 +1,2 @@ -from . import models +from . import controllers +from . import models
\ No newline at end of file |
