summaryrefslogtreecommitdiff
path: root/toml2json.py
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2024-08-21 04:00:28 +0300
committerMarin Ivanov <[email protected]>2024-08-21 04:00:28 +0300
commit2c417fb8398eda685c5dd1f7b1bec811757dc562 (patch)
treeb2abfbeeaeed5f284629e29d0e991e3d4445e5f2 /toml2json.py
parent8354a7fae28e0bcc7a0eb1b6337f6da0d0769c94 (diff)
make build system
Diffstat (limited to 'toml2json.py')
-rw-r--r--toml2json.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/toml2json.py b/toml2json.py
deleted file mode 100644
index 320b414..0000000
--- a/toml2json.py
+++ /dev/null
@@ -1,4 +0,0 @@
-import sys, json, tomllib
-
-data = tomllib.load(open(0,'rb',closefd=False))
-json.dump(data, sys.stdout, separators=(',',':'))