Skip to content

Commit

Permalink
feat: add MoaData import to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Dec 10, 2024
1 parent 24117fe commit 867a326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wags_tails/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from .guide_to_pharmacology import GToPLigandData
from .hemonc import HemOncData
from .hgnc import HgncData
from .moa import MoaData
from .mondo import MondoData
from .ncbi import NcbiGeneData, NcbiGenomeData
from .ncbi_lrg_refseqgene import NcbiLrgRefSeqGeneData
Expand Down Expand Up @@ -43,6 +44,7 @@
"GToPLigandData",
"HemOncData",
"HgncData",
"MoaData",
"MondoData",
"NcbiGeneData",
"NcbiGenomeData",
Expand Down

0 comments on commit 867a326

Please sign in to comment.