How do you play against a Python controlled bot

Using Dentosal’s Python code

Trying to load the SentdeBot with just basic functions, but when trying to load using
run_game(maps.get(“AbyssalReefLE”),
[Bot(Race.Protoss, SentdeBot()),Human(Race.Terran)]
#Computer(Race.Terran, Difficulty.Easy)
, realtime=True)

It loads two sc2 instances that is just black - please help?