Premier commit

This commit is contained in:
Florestan Bredow
2025-05-31 12:30:19 +02:00
commit 73ec7dec65
18 changed files with 690 additions and 0 deletions

6
blog/utils.py Normal file
View File

@@ -0,0 +1,6 @@
from pathlib import Path
def clean_output(path: Path):
# TODO
pass