JuanJoseMV's picture
add project description and texts
9995d17
raw
history blame contribute delete
167 Bytes
from pathlib import Path
HTML_DIR = Path("project_info")
def get_description_html():
return (HTML_DIR / "project_description.html").read_text(encoding="utf-8")