laywerrobot/lib/python3.6/site-packages/h5py/_hl/__init__.py

19 lines
502 B
Python
Raw Normal View History

2020-08-27 21:55:39 +02:00
# This file is part of h5py, a Python interface to the HDF5 library.
#
# http://www.h5py.org
#
# Copyright 2008-2013 Andrew Collette and contributors
#
# License: Standard 3-clause BSD; see "license.txt" for full license terms
# and contributor agreement.
"""
This subpackage implements the high-level interface for h5py.
Don't manually import things from here; the public API lives directly
in the top-level package namespace.
"""
from __future__ import absolute_import