def start()

in src/mozmlops/templates/template_flow.py [0:0]


    def start(self):
        """
        Each flow has a 'start' step.

        You can use it for collecting/preprocessing data or other setup tasks.
        """

        self.next(self.train)