This commit is contained in:
Marc Beninca 2023-10-10 22:11:57 +02:00
parent fb180e8084
commit 16d3f72a6d
8 changed files with 154 additions and 43 deletions

5
arg/__init__.py Normal file
View file

@ -0,0 +1,5 @@
import sys
def split() -> tuple[str, list[str]]:
return sys.argv[0], sys.argv[1:]