File: __init__.py

package info (click to toggle)
python-altair 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,952 kB
  • sloc: python: 25,649; sh: 14; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 150 bytes parent folder | download
1
2
3
4
5
# ruff: noqa
from .core import *
from .channels import *
SCHEMA_VERSION = 'v5.8.0'
SCHEMA_URL = 'https://vega.github.io/schema/vega-lite/v5.8.0.json'