Files
dicom2pacs/dist/dicom2pacs.app/Contents/Resources/lib/python3.13/pydicom/dicomio.py
René Mathieu 0fef8d96c5 Initial commit
2026-01-17 13:49:51 +01:00

5 lines
239 B
Python
Executable File

# Copyright 2008-2018 pydicom authors. See LICENSE file for details.
"""Many point of entry for pydicom read and write functions"""
from pydicom.filereader import dcmread # noqa: F401
from pydicom.filewriter import dcmwrite # noqa: F401