4 lines
122 B
Python
4 lines
122 B
Python
# -*- coding: utf-8 -*-
|
|
from .consts import NB_LINES, NB_COLS, NB_NEXT_PIECES
|
|
from .tetrislogic import TetrisLogic, State
|