File: __init__.py

package info (click to toggle)
python-pyvista 0.46.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 178,808 kB
  • sloc: python: 94,599; sh: 216; makefile: 70
file content (11 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
"""Examples module."""

from __future__ import annotations

from . import download_3ds as download_3ds
from . import gltf as gltf
from . import planets as planets
from . import vrml as vrml
from .cells import plot_cell as plot_cell
from .downloads import *
from .examples import *