#!/usr/bin/env python3

import subprocess
import sys


subprocess.run(["python3", "tulipfile.py"] + sys.argv[1:])