Semantic changes..

This commit is contained in:
2023-07-07 18:54:08 +03:00
parent 5d6ecf90e9
commit 0632d9ddfa
2 changed files with 0 additions and 0 deletions
@@ -0,0 +1,6 @@
class EventsSystem:
@staticmethod
def register_event(self, event_name, event_func): ...
@staticmethod
def call_event(self, event_name, *data): ...
class ev(EventsSystem): ...