3 lines
92 B
Python
3 lines
92 B
Python
from pathlib import Path
|
|
|
|
INDEX_HTML = (Path(__file__).parent / "frontend.html").read_text() |