renamed hooman.py -> human.py

This commit is contained in:
Christoffer Müller Madsen 2018-02-07 16:08:59 +01:00
parent bf443e083e
commit d7b1e1e5dd
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from hooman import Human from human import Human
from board import Board from board import Board
from bot import Bot from bot import Bot
from network import Network from network import Network

View File