diff --git a/onlylegs/__init__.py b/onlylegs/__init__.py index 203186a..39fbfb2 100644 --- a/onlylegs/__init__.py +++ b/onlylegs/__init__.py @@ -17,6 +17,7 @@ from onlylegs.config import INSTANCE_DIR, MIGRATIONS_DIR from onlylegs.models import User from onlylegs.views import index, image, group, settings, profile from onlylegs import api, auth +from onlylegs import gwagwa def create_app(): # pylint: disable=R0914 diff --git a/onlylegs/gwagwa.py b/onlylegs/gwagwa.py new file mode 100644 index 0000000..c449bc7 --- /dev/null +++ b/onlylegs/gwagwa.py @@ -0,0 +1,4 @@ +""" +Gwa Gwa! +""" +print("Gwa Gwa!") \ No newline at end of file