#!/usr/bin/make -f
# -*- makefile -*-
export PY=python3

%:
	dh  $@
