mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
stdlib: Add missing re-exports for UuidCreate, FCICreate, OpenDatabase & CreateRecord
This commit is contained in:
committed by
Jelle Zijlstra
parent
77829c5c99
commit
aa383624cf
@@ -4,7 +4,13 @@ from typing import Any, Container, Iterable, Sequence
|
||||
from typing_extensions import Literal
|
||||
|
||||
if sys.platform == "win32":
|
||||
from _msi import _Database
|
||||
from _msi import (
|
||||
CreateRecord as CreateRecord,
|
||||
FCICreate as FCICreate,
|
||||
OpenDatabase as OpenDatabase,
|
||||
UuidCreate as UuidCreate,
|
||||
_Database,
|
||||
)
|
||||
|
||||
AMD64: bool
|
||||
if sys.version_info < (3, 7):
|
||||
|
||||
Reference in New Issue
Block a user