#! /usr/bin/make -f

export PYBUILD_NAME=undetected-chromedriver
%:
	dh $@ --with python3 --buildsystem=pybuild

# there are no tests
override_dh_auto_test:
