This commit is contained in:
Michał 2023-04-20 19:21:33 +00:00
parent 5310769bf8
commit 8e54a3b4b6
2 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,7 @@ from onlylegs.config import INSTANCE_DIR, MIGRATIONS_DIR
from onlylegs.models import User from onlylegs.models import User
from onlylegs.views import index, image, group, settings, profile from onlylegs.views import index, image, group, settings, profile
from onlylegs import api, auth from onlylegs import api, auth
from onlylegs import gwagwa
def create_app(): # pylint: disable=R0914 def create_app(): # pylint: disable=R0914

4
onlylegs/gwagwa.py Normal file
View file

@ -0,0 +1,4 @@
"""
Gwa Gwa!
"""
print("Gwa Gwa!")