I have a simple game and I want to decide the bots that play it by selecting their files through the command line. Each bot has a take_turn function that returns a digit and that is it.
The command line would be something like:
python game.py ttt_log.txt random_bot.py draw_bot.py
I'm not sure how to import the files and then use their functions. They are currently being read using argv.