7 lines
230 B
Python
7 lines
230 B
Python
# Fractal test is from: https://www.youtube.com/watch?v=WgXQ59rg0GM
|
|
|
|
import os
|
|
|
|
test_video = os.path.join(os.path.dirname(__file__), "fractal test.mp4")
|
|
test_video_2 = os.path.join(os.path.dirname(__file__), "fractal test 2.mp4")
|