diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-09 20:50:59 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-09 20:50:59 +1000 |
| commit | 3110197e423b2248a0304e5f714463bbef9fd61c (patch) | |
| tree | b59a7713c20288fae5dd615b3f2bcc6e431722fa /src/main.py | |
| parent | install: add imagemagick dep to shell (diff) | |
| download | caelestia-cli-3110197e423b2248a0304e5f714463bbef9fd61c.tar.gz caelestia-cli-3110197e423b2248a0304e5f714463bbef9fd61c.tar.bz2 caelestia-cli-3110197e423b2248a0304e5f714463bbef9fd61c.zip | |
feat: create parser
Diffstat (limited to 'src/main.py')
| -rw-r--r-- | src/main.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.py b/src/main.py new file mode 100644 index 0000000..e206a79 --- /dev/null +++ b/src/main.py @@ -0,0 +1,4 @@ +from parser import parse_args + +if __name__ == "__main__": + parse_args() |