Moved BluetoothPlugin to __init__.py.

This is for consistency with other plugins, that all have their main
plugin class definition inside of `__init__.py`.
This commit is contained in:
Fabio Manganiello 2023-09-24 19:20:30 +02:00
parent c3337ccc6c
commit 9298f52443
Signed by: blacklight
GPG key ID: D90FBA7F76362774
4 changed files with 650 additions and 659 deletions
docs/source

View file

@ -191,11 +191,6 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
# -- Options for todo extension ----------------------------------------------
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
autodoc_default_options = {
'members': True,
'show-inheritance': True,