Raw File
__init__.py
# -*- mode: python; coding: utf-8 -*-

"""Init file for data directory."""
DATA_PATH = __path__[0]
back to top