2021.10.2 #33

Merged
edraft merged 4 commits from 2021.10.2 into 2021.10 2021-07-25 12:05:12 +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