aux_funcs.py 167 B

1234567
  1. import pkg_resources
  2. def get_icon_path(icon_name_with_extension):
  3. return pkg_resources.resource_filename('view', f"graphics/icons/{icon_name_with_extension}")