Ensure base dir exists

This commit is contained in:
Marty Oehme 2025-08-11 23:26:59 +02:00
parent b8947e4679
commit 91bcfd7f8c
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -228,4 +228,5 @@ def main():
if __name__ == "__main__":
Path(BASE_DIR).mkdir(exist_ok=True, parents=True)
main()