#!/usr/bin/make -f

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

execute_before_dh_auto_build:
	cp -r dep/farama_notifications/ .
	cp dep/tests/* tests
