#!/usr/bin/env python3

from takeoff.generator import Generator

g = Generator()
g.print_instructions()