4 lines
108 B
Python
4 lines
108 B
Python
import os
|
|
from .version import __version__
|
|
|
|
ICONPATH = os.path.join(os.path.dirname(__file__), "resources")
|