Revision 57ff49661155427add795b0ccb3229325c23e189 authored by pyxieloustar on 11 March 2021, 20:33:05 UTC, committed by pyxieloustar on 11 May 2021, 15:36:42 UTC
1 parent f2e1872
Raw File
__init__.py
# -*- mode: python; coding: utf-8 -*-

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