mirror of
https://github.com/linyiLYi/street-fighter-ai.git
synced 2025-04-04 23:20:43 +00:00
3 lines
140 B
Python
3 lines
140 B
Python
|
import retro
|
||
|
rom_directory = "C:/Users/unitec/Documents/AIProjects/street-fighter-ai"
|
||
|
retro.data.Integrations.add_custom_path(rom_directory)
|