4. aas.backend - Storing and Retrieving of AAS-objects in Backends
This module implements a standardized way of integrating data from existing systems into AAS objects. To achieve this,
the abstract Backend class implements the classmethods
update_object() and commit_object(), which every
implementation of a backend needs to overwrite. For a tutorial on how to implement a backend, see
this tutorial