mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2024-12-28 18:36:21 +00:00
Gwa Gwa
This commit is contained in:
parent
5310769bf8
commit
8e54a3b4b6
|
@ -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
4
onlylegs/gwagwa.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
"""
|
||||||
|
Gwa Gwa!
|
||||||
|
"""
|
||||||
|
print("Gwa Gwa!")
|
Loading…
Reference in a new issue