Clan-app: init single-disk template

This commit is contained in:
Johannes Kirschbauer
2024-11-28 16:37:12 +01:00
parent ff1164369a
commit 2031807acb
4 changed files with 5468 additions and 35 deletions

View File

@@ -48,6 +48,7 @@ def find_toplevel(top_level_files: list[str]) -> Path | None:
class TemplateType(Enum):
CLAN = "clan"
DISK = "disk"
def clan_templates(template_type: TemplateType) -> Path: