#!/usr/bin/python3
import sys
import subprocess

subprocess.call([sys.executable, '-m', 'sbdl'] + sys.argv[1:])
