run:
	#@python -m test_celery.run_tasks
	@python main.py

clean-db:
	@python extomeAI/lib/cleaner.py db

clean-data:
	@python extomeAI/lib/cleaner.py data

clean-all:
	@python extomeAI/lib/cleaner.py all