From 996b973533a97de99e220ab6ea2b7905795315c5 Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 5 Sep 2023 03:22:47 +0000 Subject: [PATCH] s+: add new constants to __init__.py --- surplus/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/surplus/__init__.py b/surplus/__init__.py index c1983a1..b9d0162 100644 --- a/surplus/__init__.py +++ b/surplus/__init__.py @@ -33,6 +33,9 @@ For more information, please refer to # https://github.com/python/typing/issues/1333 from .surplus import ( + BUILD_BRANCH, + BUILD_COMMIT, + BUILD_DATETIME, EMPTY_LATLONG, SHAREABLE_TEXT_LINE_0_KEYS, SHAREABLE_TEXT_LINE_1_KEYS, @@ -44,6 +47,7 @@ from .surplus import ( SHAREABLE_TEXT_NAMES, USER_AGENT, VERSION, + VERSION_SUFFIX, Behaviour, ConversionResultTypeEnum, EmptyQueryError,