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 (8 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
"""
schemapi: tools for generating Python APIs from JSON schemas
"""
from .schemapi import SchemaBase, Undefined
from .utils import SchemaInfo


__all__ = ("SchemaBase", "Undefined", "SchemaInfo")