mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-05-10 18:06:28 +02:00
6 lines
92 B
Python
6 lines
92 B
Python
#!/usr/bin/env python3
|
|
|
|
from modules import core
|
|
|
|
if __name__ == '__main__':
|
|
core.run()
|