Deep-Live-Cam/run.py

8 lines
124 B
Python
Raw Normal View History

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