forked from DGNum/gestiojeux
6 lines
125 B
Python
6 lines
125 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class InventoryConfig(AppConfig):
|
|
name = "inventory"
|
|
verbose_name = "Inventaire"
|