jonathanjordan21 commited on
Commit
0fcaddf
1 Parent(s): d8cb756

Update components/utils.py

Browse files
Files changed (1) hide show
  1. components/utils.py +1 -0
components/utils.py CHANGED
@@ -1,4 +1,5 @@
1
  from moviepy.editor import VideoFileClip, concatenate_videoclips,vfx
 
2
 
3
  def combine_videos(folder_name):
4
 
 
1
  from moviepy.editor import VideoFileClip, concatenate_videoclips,vfx
2
+ import os
3
 
4
  def combine_videos(folder_name):
5