We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d6384 commit 44087e1Copy full SHA for 44087e1
qiling/os/uefi/st.py
@@ -3,6 +3,8 @@
3
# Cross Platform and Multi Architecture Advanced Binary Emulation Framework
4
#
5
6
+from __future__ import annotations
7
+
8
from typing import TYPE_CHECKING
9
10
from qiling.os.uefi import bs, rt, ds
0 commit comments