option for reading header

This commit is contained in:
Erik Frojdh
2023-06-02 16:52:14 +02:00
parent e43899cca8
commit 46a697cfb7
11 changed files with 198 additions and 16 deletions

View File

@ -1,2 +1,5 @@
#Make everything from the C extension available
from _creader import *
from _creader import *
from .file_utils import open_file
from .ClusterFile import ClusterFile