27 lines
201 B
Python
27 lines
201 B
Python
# coding=UTF-8
|
|
from Board import *
|
|
|
|
class Field(object):
|
|
|
|
"""
|
|
|
|
|
|
:version:
|
|
:author:
|
|
"""
|
|
|
|
""" ATTRIBUTES
|
|
|
|
|
|
|
|
board (private)
|
|
|
|
|
|
|
|
occupied (private)
|
|
|
|
"""
|
|
|
|
|
|
|