mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-01-05 08:57:03 +00:00
7 lines
111 B
Python
7 lines
111 B
Python
from renderVideo import renderFinalVideo
|
|
|
|
def main():
|
|
renderFinalVideo()
|
|
|
|
if __name__ == '__main__':
|
|
main() |