Files
clan-core/pkgs/clan-cli/clan_cli/webui/assets.py
2023-08-26 12:24:57 +02:00

8 lines
131 B
Python

import functools
from pathlib import Path
@functools.cache
def asset_path() -> Path:
return Path(__file__).parent / "assets"