run: venv
	$(VENV)/python -m aitelegrambot
build: venv
	$(VENV)/python -m pip install build --upgrade
	$(VENV)/python -m build
include Makefile.venv
