6 lines
114 B
Python
6 lines
114 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ShackspacePluginConfig(AppConfig):
|
|
name = 'byro.plugins.shackspace'
|