Spaces:
Paused
Paused
#!/usr/bin/env python3 | |
import sys | |
sys.path.append("D:/Switcher") # Ensure this path points to where SwitcherAI is located | |
from SwitcherAI import core | |
if __name__ == '__main__': | |
core.run() | |