Formatting

This commit is contained in:
2024-02-23 09:56:54 +01:00
parent d2b222b83b
commit 2a102c62e3
23 changed files with 56 additions and 30 deletions

View File

@@ -1,4 +1,6 @@
from abc import abstractmethod
from abc import ABC, abstractmethod
from moviepy.editor import VideoClip
from ..BaseEngine import BaseEngine

View File

@@ -6,6 +6,7 @@ import time
import gradio as gr
import moviepy.editor as mp
from moviepy.video.fx.crop import crop
from moviepy.video.fx.resize import resize
from . import BaseBackgroundEngine