Initial commands

This commit is contained in:
einarf
2023-03-09 00:56:50 +01:00
parent 7294d85c09
commit dbf238c5a9
7 changed files with 58 additions and 48 deletions

View File

@@ -6,4 +6,5 @@ class Command(BaseCommand):
name = "version"
def run(self):
print("Version!")
import restic_compose_backup
print(restic_compose_backup.__version__)