Skip to content

Commit

Permalink
pull in latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Sep 27, 2024
1 parent 96211e7 commit ec8fd40
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 125 deletions.
13 changes: 1 addition & 12 deletions src/ga4gh/core/domain_models.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
"""GKS Common Library Domain Entity models
**This module should not be imported directly.**
Instead, users should use one of the following:
* `from ga4gh.core import domain_models`, and refer to models with the
abbreviated name, e.g., `domain_models.Gene` (recommended)
* `import ga4gh.core`, and refer to models using the fully-qualified
module name, e.g., `ga4gh.core.domain_models.Gene`
"""
"""GKS Common Library Domain Entity models"""
from enum import Enum
from typing import Literal, Union, List

Expand Down
Loading

0 comments on commit ec8fd40

Please sign in to comment.