integrate static assets into webui command
This commit is contained in:
7
pkgs/clan-cli/clan_cli/webui/assets.py
Normal file
7
pkgs/clan-cli/clan_cli/webui/assets.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import functools
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
@functools.cache
|
||||
def asset_path() -> Path:
|
||||
return Path(__file__).parent / "assets"
|
||||
Reference in New Issue
Block a user