Skip to content

Commit 7591379

Browse files
stdlib: Add missing re-exports for UuidCreate, FCICreate, OpenDatabase & CreateRecord
1 parent 87ac364 commit 7591379

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

stdlib/msilib/__init__.pyi

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ from typing import Any, Container, Iterable, Sequence
44
from typing_extensions import Literal
55

66
if sys.platform == "win32":
7-
from _msi import _Database
7+
from _msi import (
8+
CreateRecord as CreateRecord,
9+
FCICreate as FCICreate,
10+
OpenDatabase as OpenDatabase,
11+
UuidCreate as UuidCreate,
12+
_Database,
13+
)
814

915
AMD64: bool
1016
if sys.version_info < (3, 7):

0 commit comments

Comments
 (0)