We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145fdc8 commit 09c044fCopy full SHA for 09c044f
bcorag/__init__.py
@@ -1,4 +1,7 @@
1
"""bco-rag init file"""
2
3
+__version__ = "0.1"
4
+__author__ = "seankim658"
5
+
6
TIMESTAMP_FORMAT = "%Y-%m-%d %H:%M:%S %Z%z"
7
TIMEZONE = "US/Eastern"
0 commit comments