from typing import Any

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

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