for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
from synergine.core.connection.Display import Display
class TestDisplay(Display):
def start_of_cycle(self):
pass
def end_of_cycle(self):
def draw_objects(self, objects, point):