eclipse-basyx / basyx-python-sdk

MIT License
60 stars 28 forks source link

BaSyx-Core: Remove KEY_TYPES_CLASSES in model.__init__.py #268

Closed s-heppner closed 2 months ago

s-heppner commented 5 months ago

This Dict is not used anymore, so it should be removed. Instead, use the model.types.KeyTypes class.

s-heppner commented 2 months ago

We decided for going towards a different architechture. Instead of semantically patching the generated aas-core SDK, we will build our functionality on top of it.

Since we will loose backward compatibility, we created a new project called BaSyx-Python-Framework.

This Issue is therefore deprecated.