[+] get_file

This commit is contained in:
Maxim Khomutov 2025-03-18 13:17:05 +03:00
parent a88bd10783
commit 291159bf64

View File

@ -10,3 +10,5 @@ def base_path():
except AttributeError:
return Path().resolve()
def get_file(filename):
return base_path() / "resources" / filename