DeepLiveCam/run.py

7 lines
92 B
Python
Raw Permalink Normal View History

2024-08-13 10:26:39 +00:00
#!/usr/bin/env python3
from modules import core
if __name__ == '__main__':
core.run()