Remove matplotlib

This commit is contained in:
Thomas Forgione 2019-03-26 11:24:33 +01:00
parent e4aa85354a
commit 5d1c96407b
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ from time import sleep
from enum import Enum
from tron.map import Map
import matplotlib.pyplot as plt
class Winner(Enum):
PLAYER_ONE = 1