Initial push
This commit is contained in:
11
src/data/event.py
Normal file
11
src/data/event.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# Python imports
|
||||
|
||||
# Lib imports
|
||||
import cairo
|
||||
|
||||
# Application imports
|
||||
|
||||
|
||||
class Event:
|
||||
def __init__(self):
|
||||
super(Event, self).__init__()
|
Reference in New Issue
Block a user