File: __init__.py

package info (click to toggle)
python-anndata 0.7.5%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 628 kB
  • sloc: python: 7,779; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 104 bytes parent folder | download
1
2
3
4
5
6
7
class WriteWarning(UserWarning):
    pass


from .read import *
from .write import *
from . import h5ad