integrate static assets into webui command

This commit is contained in:
Jörg Thalheim
2023-08-25 17:08:39 +02:00
parent 79b02dffab
commit 9ae14a4f7d
11 changed files with 149 additions and 28 deletions

View File

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