#!/usr/bin/make

%:
	dh $@

override_dh_build:
	# The next line is empty
	

	dh_python3
