mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
5 lines
85 B
Python
5 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MemesConfig(AppConfig):
|
|
name = 'memes'
|