init,main
All checks were successful
/ job (push) Successful in 7m22s

This commit is contained in:
Marc Beninca 2024-06-09 23:15:19 +02:00
parent 71f2370dad
commit 2d8c6320dc
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
"""Continuous Deployment."""
import os import os
from pathlib import Path from pathlib import Path

View file

@ -1,5 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
"""Entry point to either bootstrap or command."""
import sys import sys
from pathlib import Path from pathlib import Path