summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:35:25 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:35:25 -0500
commit5642718628409f9eb040ad3665800d19c9069110 (patch)
tree4f8cb34eeb44148639cf43ae07e64d9c64802fe3 /src
parent2ebbb66f87a936f38029ab20baf0a575d1182978 (diff)
downloadstashley-5642718628409f9eb040ad3665800d19c9069110.tar.gz
stashley-5642718628409f9eb040ad3665800d19c9069110.tar.bz2
stashley-5642718628409f9eb040ad3665800d19c9069110.zip
python rewrite
Diffstat (limited to 'src')
-rw-r--r--src/__init__.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/__init__.py b/src/__init__.py
deleted file mode 100644
index 500b322..0000000
--- a/src/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import tomllib
-import argparse
-
-parser = argparse.ArgumentParser(
- prog='Stashley',
- description='a program used for archiving personalities using TOML files'
- )
-parser.add_argument('filename', type=string, nargs=1, help="Toml file to process")
-
-args = parser.parse_args()
-
-input = tomllib.loads(args.filename)
-
-