Files
PixelBash/src/data/event.py

11 lines
144 B
Python
Raw Normal View History

2025-09-12 12:07:47 -05:00
# Python imports
# Lib imports
import cairo
# Application imports
class Event:
def __init__(self):
super(Event, self).__init__()