[+] get_file
This commit is contained in:
parent
a88bd10783
commit
291159bf64
@ -10,3 +10,5 @@ def base_path():
|
|||||||
except AttributeError:
|
except AttributeError:
|
||||||
return Path().resolve()
|
return Path().resolve()
|
||||||
|
|
||||||
|
def get_file(filename):
|
||||||
|
return base_path() / "resources" / filename
|
||||||
|
Loading…
x
Reference in New Issue
Block a user