File: core.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 (5 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
from warnings import warn

warn("Please only import from anndata, not anndata.core", DeprecationWarning)

from ._core import *