clan-core/pkgs/clan-app/clan_app/assets/__init__.py

8 lines
125 B
Python
Raw Normal View History

2023-12-02 15:16:48 +00:00
from pathlib import Path
loc: Path = Path(__file__).parent
2024-04-23 09:16:33 +00:00
2024-04-23 14:17:09 +00:00
def get_asset(name: str | Path) -> Path:
2024-04-23 09:16:33 +00:00
return loc / name