This repository has been archived on 2025-04-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
python_cluster_reader/creader/__init__.py
2023-06-02 16:52:14 +02:00

5 lines
143 B
Python

#Make everything from the C extension available
from _creader import *
from .file_utils import open_file
from .ClusterFile import ClusterFile