summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2024-04-06 00:59:51 -0500
committermsglm <msglm@techchud.xyz>2024-04-06 00:59:51 -0500
commitde8ed62c6e86d1a03f69fc6846a1657b1c90c753 (patch)
tree4f8cb34eeb44148639cf43ae07e64d9c64802fe3 /src
parent6d1e2f05f1c81f56951a2e890115b8e8bfb37e80 (diff)
downloadstashley-de8ed62c6e86d1a03f69fc6846a1657b1c90c753.tar.gz
stashley-de8ed62c6e86d1a03f69fc6846a1657b1c90c753.tar.bz2
stashley-de8ed62c6e86d1a03f69fc6846a1657b1c90c753.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)
-
-