Usuń 'Beehive.py'
This commit is contained in:
parent
18bcbb2934
commit
7c07010f3a
14
Beehive.py
14
Beehive.py
@ -1,14 +0,0 @@
|
||||
import Frames
|
||||
import Bee
|
||||
|
||||
class Beehive:
|
||||
bees = []
|
||||
coordinate = None
|
||||
frames = [] #Frames
|
||||
outputSlots = None #?
|
||||
|
||||
def __init__(self, bees, coordinate, frames, outputSlots):
|
||||
self.bees = bees
|
||||
self.coordinate = coordinate
|
||||
self.frames = frames
|
||||
self.outputSlots = outputSlots
|
Loading…
Reference in New Issue
Block a user