>>> from gasp import *
>>> begin_graphics()
>>> Box(100,100,200,300, filled =True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/mdnabiltech/Projects/GASP/GASP_Tkinter/gasp/gasp.py", line 316, in Box
color = color.BLACK
AttributeError: 'NoneType' object has no attribute 'BLACK'
```
>>> from gasp import *
>>> begin_graphics()
>>> Box(100,100,200,300, filled =True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/mdnabiltech/Projects/GASP/GASP_Tkinter/gasp/gasp.py", line 316, in Box
color = color.BLACK
AttributeError: 'NoneType' object has no attribute 'BLACK'
```