Deep-Live-Cam/run.py

8 lines
124 B
Python
Raw Normal View History

2023-09-24 21:36:57 +08:00
#!/usr/bin/env python3
2024-08-16 01:47:20 +08:00
from modules.subdirectory import core
def run():
# Your code here
print("Core is running")
2023-09-24 21:36:57 +08:00