BackendFeature
- class compas_fab.backends.interfaces.BackendFeature[source]
Bases:
object
Base class for all backend features that are implemented by a backend client.
- Attributes:
- client
compas_fab.backends.interfaces.ClientInterface
The backend client that supports this feature.
- client