This commit is contained in:
Karmaz95
2024-02-18 15:35:56 +01:00
parent 73bf3b3aa0
commit 464f5317ae
3 changed files with 32 additions and 0 deletions

View File

@@ -1480,6 +1480,8 @@ class SnakeV(SnakeIV):
for cmd in all_dyld_env:
print(cmd.value)
### --- ARGUMENT PARSER --- ###
class ArgumentParser:
def __init__(self):