Skip to content

Commit 84a7570

Browse files
committed
Resolve #1017
1 parent 3f2e989 commit 84a7570

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: api/python/lief/__init__.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from typing import Any, ClassVar, Optional, Union
22

3+
from . import ART, Android, DEX, ELF, MachO, OAT, PE, VDEX, logging # type: ignore
34
from typing import overload
45
import io
56
import lief # type: ignore

0 commit comments

Comments
 (0)