Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 975e2f4

Browse files
committed
add missing package setup step
1 parent ad13605 commit 975e2f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/guides/python/ai-podcast-part-1.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ clips_bucket = bucket("clips")
7979
models_bucket = bucket("models")
8080
```
8181

82+
We'll also need an `__init__.py` file in the `common` directory to make it a package.
83+
84+
```bash
85+
touch common/__init__.py
86+
```
87+
8288
## Create the audio generation job
8389

8490
Next we'll create the beginnings of our audio generation job. First, we'll create a new directory for our batch services and create a new file for our audio generation job.

0 commit comments

Comments
 (0)