#!/usr/bin/make -f

%:
	dh  $@ --buildsystem=python3 --with=autoreconf,python3

.PHONY: override_dh_auto_test
override_dh_auto_test:

