pizzabox-main/pizzactrl/__init__.py

6 lines
121 B
Python
Raw Permalink Normal View History

from pkg_resources import resource_filename
2021-10-24 16:17:36 +00:00
__version__ = '0.1.0'
SOUNDS_PATH = resource_filename(__name__, 'sounds/')