DISPATCH
__init__.py
1 # -*- coding: utf-8 -*-
2 
3 """
4  Self test and tutorial:
5  Run dispatch.yt.demo() from a directory where
6  data/snapshots.dat exists, and browse the source code
7  in $PYTHONPATH/dispatch/graphics/demo.py
8 
9  In the FUNCTIONS list from help(dispatch.yt), p and s represent
10  a dispatch patch and snapshot, respectively
11 
12 """
13 
14 from ._yt import *
15 from .demo import demo
16 
17 __all__ = "parameters,patch,patches,domain_dimensions"