mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-10-31 23:22:49 +00:00
c4a104b3b6
Just ran black on the whoe repository. Fix #210.
5 lines
89 B
Python
5 lines
89 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TicketsConfig(AppConfig):
|
|
name = "tickets"
|