Source code for microdrop.__init__

from path_helpers import path


[docs]def base_path(): return path(__file__).abspath().parent
[docs]def glade_path(): ''' Return path to `.glade` files used by `gtk` to construct views. ''' return base_path().joinpath('gui', 'glade')