DeepLiveCam/run.py
2024-08-13 18:26:39 +08:00

7 lines
92 B
Python

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