#!/usr/bin/make -f

%:
	dh $@ --with python3 --buildsystem=pybuild

# disable testing due to import error in __init__.py
override_dh_auto_test:
