Skip to content

Commit f2ac707

Browse files
committed
EventMaster
1 parent 7e85d3c commit f2ac707

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
class EventMaster:
2+
def __init__(self, *args, **kwargs):
3+
pass
4+
5+
def __enter__(self):
6+
return self
7+
8+
def __exit__(self, exc_type, exc, tb):
9+
return False

0 commit comments

Comments
 (0)