Files

10 lines
108 B
Python

from typing import TYPE_CHECKING
if False:
import module1
if TYPE_CHECKING:
import module1
x = 1