no type
Browse files
App/Generate/database/VideoEditor.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
class VideoEditor:
|
| 2 |
+
|
| 3 |
+
def estimate_duration():
|
| 4 |
+
pass
|