from ._builtin import Page, WaitPage from .models import Constants class transition3(Page): pass page_sequence = [transition3]