This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
2023-12-07 08:59:19 +01:00

9 lines
239 B
Python

#Make everything from the C extension available
from _creader import *
from .file_utils import open_file
from .ClusterFile import ClusterFile
from .enums import DetectorType
from .RawFile import RawFile
from .SparseFile import to_sparse