11 lines
144 B
Python
11 lines
144 B
Python
# Python imports
|
|
|
|
# Lib imports
|
|
import cairo
|
|
|
|
# Application imports
|
|
|
|
|
|
class Event:
|
|
def __init__(self):
|
|
super(Event, self).__init__() |