Latest and greatest.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-02-02 11:40:25 -05:00
parent 544bf35c06
commit 689ff10b71
6 changed files with 84 additions and 51 deletions

View File

@@ -1,5 +1,6 @@
from strenum import StrEnum # In 3.11 this is in the enum library. We will not need
# this external library any more.
from strenum import StrEnum # In 3.11 this is in the enum library. We will not need
# this external library any more.
class TemplateType(StrEnum):