Revision acfa756fd4d22ff768866c9a05b420a342dad618 authored by Bryna Hazelton on 27 January 2022, 16:56:18 UTC, committed by Matthew Kolopanis on 01 February 2022, 23:00:21 UTC
1 parent 88f4482
Raw File
__init__.py
# -*- mode: python; coding: utf-8 -*-

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