The IMPLEMENTATION_CHOICES variable needs to be fully evaluated statically as it is used to fill possible values in database table columns. However, due to circular imports the DeviceManager its dynamic discovery features can't be used in this static context.
The IMPLEMENTATION_CHOICES variable needs to be fully evaluated statically as it is used to fill possible values in database table columns. However, due to circular imports the DeviceManager its dynamic discovery features can't be used in this static context.