BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
509 stars 157 forks source link

Updated all README examples, fixed imports #123

Closed Kaszanas closed 2 years ago

Kaszanas commented 2 years ago

All of the README examples that were previously using sc2.BotAI had to be updated to include the following: from sc2.bot_ai import BotAI