nwb-linkml/nwb_linkml/adapters/__init__.py
sneakers-the-rat 4faaa8efe8 I believe that's a full translation
or at least all the semantics are present. it's not pretty by any stretch of the imagination
2023-08-25 00:22:47 -07:00

4 lines
No EOL
214 B
Python

from nwb_linkml.adapters.adapter import Adapter
from nwb_linkml.adapters.namespaces import NamespacesAdapter
from nwb_linkml.adapters.schema import SchemaAdapter
from nwb_linkml.adapters.classes import ClassAdapter