qurit / rt-utils

A minimal Python library to facilitate the creation and manipulation of DICOM RTStructs.
MIT License
191 stars 56 forks source link

Switch to using a logger #58

Open asim-shrestha opened 1 year ago

asim-shrestha commented 1 year ago

Rt-utils currently prints a few debug statements. We should instead log these via a logger so that we only need to display them if desired by the user.