Support for upgraded moviepy

This commit is contained in:
2024-03-02 15:19:30 +01:00
parent 6b6b18507a
commit 455514e475
13 changed files with 87 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod
import moviepy.editor as mp
import moviepy as mp
from sqlalchemy.future import select
from ..chore import GenerationContext