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