mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
7 lines
150 B
Python
7 lines
150 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PermissionsToolConfig(AppConfig):
|
|
name = 'allianceauth.permissions_tool'
|
|
label = 'permissions_tool'
|