Skip to content

Commit

Permalink
docs(xmllib): add minimal docstrings (DEV-4297) (#1257)
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Nussbaum <[email protected]>
  • Loading branch information
Nora-Olivia-Ammann and jnussbaum authored Nov 6, 2024
1 parent 695b189 commit 4c029f1
Show file tree
Hide file tree
Showing 9 changed files with 1,448 additions and 92 deletions.
569 changes: 550 additions & 19 deletions src/dsp_tools/xmllib/models/dsp_base_resources.py

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/dsp_tools/xmllib/models/migration_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@

@dataclass
class MigrationMetadata:
"""
Metadata originating from a SALSAH migration.
This will be deprecated in the future when all projects are migrated.
"""

creation_date: str | None
iri: str | None
ark: str | None
Expand Down
Loading

0 comments on commit 4c029f1

Please sign in to comment.