parser: add func to run with args

This commit is contained in:
2 * r + 2 * t
2025-06-09 21:13:35 +10:00
parent 3110197e42
commit b900c16c53
13 changed files with 69 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
from argparse import Namespace
def run(args: Namespace) -> None:
pass