Added missing import statements.
This commit is contained in:
parent
e367ee54e4
commit
21b993de08
|
@ -2,6 +2,8 @@ import collections
|
||||||
|
|
||||||
from math import ceil
|
from math import ceil
|
||||||
from kivy.uix.label import Label
|
from kivy.uix.label import Label
|
||||||
|
from kivy.graphics import Color, Ellipse, Line
|
||||||
|
import kivy.utils
|
||||||
|
|
||||||
MapCoords = collections.namedtuple('MapCoords', ['row', 'col'])
|
MapCoords = collections.namedtuple('MapCoords', ['row', 'col'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue