forked from UNN/2026-rff_mp
3 lines
57 B
Python
3 lines
57 B
Python
|
|
class Observer:
|
||
|
|
def update(self, event):
|
||
|
|
pass
|