from Lights.Lights import Light
from OpenGL.GL import *
from MatrixStuff.Transformations import *
class Spotlight(Light):
pass