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