chore: 1.0.0

This commit is contained in:
Kevin Restaino
2024-01-08 16:20:21 -05:00
parent 8f0d5cac91
commit 5044a1193d
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
with open('VERSION', 'r') as file:
__version__ = file.read().strip()
import argparse
import base64
import json