5 lines
143 B
Python
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 |