Source code for sphinx_demo.speaker
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
import sphinx_demo
print(f"{TYPE_CHECKING=}")
__all__ = ["Speaker"]
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING:
import sphinx_demo
print(f"{TYPE_CHECKING=}")
__all__ = ["Speaker"]