Files
krowlog/constants.py

7 lines
151 B
Python

import os
krow_icon = "icons" + os.sep + "krowlog.svg"
license_file = os.path.dirname(os.path.realpath(__file__)) + os.sep + "LICENSE"
tab_width = 4