Files
shynet/shynet/a17t/apps.py
2020-04-10 15:20:14 -04:00

6 lines
83 B
Python

from django.apps import AppConfig
class A17TConfig(AppConfig):
name = 'a17t'