방재호
init
b5ba7a5
raw
history blame contribute delete
205 Bytes
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
class NansException(Exception): # noqa: N818
pass
else:
from modules.devices import NansException