Added Singleton class to inherit as needed
This commit is contained in:
@@ -4,11 +4,11 @@ from collections import defaultdict
|
||||
# Lib imports
|
||||
|
||||
# Application imports
|
||||
from .singleton import Singleton
|
||||
|
||||
|
||||
|
||||
|
||||
class EventSystem:
|
||||
class EventSystem(Singleton):
|
||||
""" Create event system. """
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user