__init__.py 191 B

123456789
  1. from pkg_resources import get_distribution
  2. __version__ = get_distribution(__name__).version
  3. from .python_core.view_object import VIEW
  4. from .python_core.tapestries import create_tapestry