# Legacy Literate Successor ```python {#config} CONFIG = {"ready": True} ``` ```python {#main tangle="src/app.py"} <> def main(): return CONFIG["ready"] ```