6 lines
201 B
Python
6 lines
201 B
Python
__verbose_name__ = "OpenSlides Test Plugin"
|
|
__description__ = "This is a test plugin for OpenSlides."
|
|
__license__ = "MIT"
|
|
|
|
default_app_config = "tests.integration.test_plugin.apps.TestPluginAppConfig"
|