Deep-Live-Cam/run.py
Kenneth Estanislao e616245e3d initial commit
rebranding everything
2023-09-24 21:36:57 +08:00

7 lines
92 B
Python

#!/usr/bin/env python3
from modules import core
if __name__ == '__main__':
core.run()