gem selector sketch

This commit is contained in:
Vinicius Moreira
2019-09-11 16:00:02 -03:00
parent 696b6169ac
commit ba5e1da11b
79 changed files with 4117 additions and 112 deletions

3
bauh/commons/resource.py Normal file
View File

@@ -0,0 +1,3 @@
def get_path(resource_path, root_dir: str):
return root_dir + '/resources/' + resource_path