platypush/platypush/entities/bluetooth
Fabio Manganiello d872835093
New API to check if a table class exists before defining it.
- Check if it's part of the metadata through a function call rather than
  checking `Base.metadata` in every single module.

- Make it possible to override them (mostly for doc generation logic
  that needs to be able to import those classes).

- Make it possible to extend them.
2023-10-09 01:33:44 +02:00
..
__init__.py [WIP] Big, big refactor of the Bluetooth integration. 2023-03-13 02:31:21 +01:00
_device.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00
_service.py New API to check if a table class exists before defining it. 2023-10-09 01:33:44 +02:00