generated from coulomb/repo-seed
extension for ref resolve, explode, implode, weave, tangle
This commit is contained in:
12
examples/migration/legacy-literate.md
Normal file
12
examples/migration/legacy-literate.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Legacy Literate Successor
|
||||
|
||||
```python {#config}
|
||||
CONFIG = {"ready": True}
|
||||
```
|
||||
|
||||
```python {#main tangle="src/app.py"}
|
||||
<<config>>
|
||||
|
||||
def main():
|
||||
return CONFIG["ready"]
|
||||
```
|
||||
Reference in New Issue
Block a user