mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
7 lines
111 B
Python
7 lines
111 B
Python
|
from renderVideo import renderFinalVideo
|
||
|
|
||
|
def main():
|
||
|
renderFinalVideo()
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
main()
|