packages feed

typst-0.1.0.0: test/typ/text/raw-code-02.typ

#set page(width: 180pt)
#set text(6pt)

```py
import this

def hi():
  print("Hi!")
```