cancerDHC / ccdhmodel

CRDC-H model in LinkML, developed by the Center for Cancer Data Harmonization (CCDH)
https://cancerdhc.github.io/ccdhmodel/
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

fix importing of `crdch_model` dataclass #138

Closed sujaypatil96 closed 2 years ago

sujaypatil96 commented 2 years ago

Allow the easy importing of the crdch_model dataclass from the crdch_model subpackage.

Try the following to confirm it works as expected:

from crdch_model import BodySite
sujaypatil96 commented 2 years ago

Added commits to PR #122.