diff --git a/the_app/models/__init__.py b/the_app/models/__init__.py index abb31f4..e69de29 100644 --- a/the_app/models/__init__.py +++ b/the_app/models/__init__.py @@ -1,3 +0,0 @@ -from the_app.models.nonsense import Nonsense # noqa -from the_app.models.shakespeare import Character # noqa -from the_app.models.stuff import Stuff # noqa