5 lines
121 B
Python
5 lines
121 B
Python
from pkg_resources import resource_filename
|
|
|
|
__version__ = '0.1.0'
|
|
|
|
SOUNDS_PATH = resource_filename(__name__, 'sounds/')
|