2021.10 #41

Merged
edraft merged 53 commits from 2021.10 into master 2021-10-04 09:32:42 +02:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 51efe973e8 - Show all commits

View File

@ -6,7 +6,6 @@
"cpl_cli": "src/cpl_cli/cpl_cli.json" "cpl_cli": "src/cpl_cli/cpl_cli.json"
}, },
"Scripts": { "Scripts": {
"hello-world": "python3 scripts/hello_world.py"
} }
} }
} }

View File

@ -1,5 +1,4 @@
import os import os
import subprocess
from abc import ABC from abc import ABC
from typing import Optional from typing import Optional