pizzabox-main/pizzactrl/__init__.py
2021-10-24 18:17:36 +02:00

5 lines
121 B
Python

from pkg_resources import resource_filename
__version__ = '0.1.0'
SOUNDS_PATH = resource_filename(__name__, 'sounds/')