Skip to content
Snippets Groups Projects
interface.py 82 B
Newer Older
Michał Pogoda's avatar
Michał Pogoda committed
class Pipeline:
    def run(self, input) -> str:
        raise NotImplementedError