From 8e54a3b4b673c9c4402601ef463039acf3c3b9d9 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Thu, 20 Apr 2023 19:21:33 +0000 Subject: [PATCH] Gwa Gwa --- onlylegs/__init__.py | 1 + onlylegs/gwagwa.py | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 onlylegs/gwagwa.py 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