sp-hydra-veil-core/core/observers/ApplicationVersionObserver.py

10 lines
242 B
Python

from essentials.observers.BaseObserver import BaseObserver
class ApplicationVersionObserver(BaseObserver):
def __init__(self):
self.on_downloading = []
self.on_download_progressing = []
self.on_downloaded = []