Files
blog-src/blog/utils.py
Florestan Bredow 73ec7dec65 Premier commit
2025-05-31 12:30:19 +02:00

7 lines
77 B
Python

from pathlib import Path
def clean_output(path: Path):
# TODO
pass