5 lines
90 B
Python
5 lines
90 B
Python
from source.gui.widget.grid.abc import GameGrid
|
|
|
|
|
|
class GameGridEnemy(GameGrid):
|
|
pass
|