mirror of
https://github.com/chenasraf/nextcloud-deck-tools.git
synced 2026-05-17 17:28:07 +00:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
create_board:
|
|
@poetry run python create_board.py
|
|
|
|
list_stacks:
|
|
@poetry run python list_stacks.py
|
|
|
|
import:
|
|
@poetry run python import.py
|
|
|