Skip to content

Commit 15423e7

Browse files
committed
add List to init file
1 parent cbab735 commit 15423e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/confkit/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
Integer,
1515
IntEnum,
1616
IntFlag,
17+
List,
1718
NoneType,
1819
Octal,
1920
Optional,
@@ -35,6 +36,7 @@
3536
"Integer",
3637
"InvalidConverterError",
3738
"InvalidDefaultError",
39+
"List",
3840
"NoneType",
3941
"Octal",
4042
"Optional",

0 commit comments

Comments
 (0)