__init__.py 107 Bytes
Newer Older
1
2
3
4
from .registry import register_array_parser, get_array_parser

from . import csv
from . import numpy_array