emmental/scanner/task.py

6 lines
151 B
Python
Raw Normal View History

# Copyright 2021 (c) Anna Schumaker.
from gi.repository import GObject
class Task(GObject.GObject):
def run_task(self): raise NotImplementedError