Here is my result in a fenced Python code block:

```python
from fastapi import FastAPI
import helpers

app = FastAPI: