mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-10 20:06:25 +00:00
11 lines
157 B
Python
11 lines
157 B
Python
"""
|
|
Configuration of re2o app.
|
|
"""
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class Re2oConfig(AppConfig):
|
|
"""Configuration of re2o app."""
|
|
|
|
name = "re2o"
|