__init__.py 96 B

1234
  1. from __future__ import absolute_import
  2. from .base import AppConf # noqa
  3. __version__ = "1.0.1"