from _typeshed import Incomplete

class Inliner:
    def __init__(self) -> None: ...

def __getattr__(name: str) -> Incomplete: ...
