forked from MIRRI/mirri_tools
6 lines
92 B
Python
6 lines
92 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WebToolsConfig(AppConfig):
|
|
name = "web_tools"
|