File size: 183 Bytes
01c92a0
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
format:
	python -m ruff format .

lint:
	python -m ruff check --select I,RUF022 --fix .

check:
	python -m ruff check .

install:
	pip install -r requirements.txt

run:
	python app.py