mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 20:20:54 +00:00
6 lines
89 B
Python
6 lines
89 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class LettersConfig(AppConfig):
|
|
name = "letters"
|