diff --git a/cmd/trello2mail/import.go b/cmd/trello2mail/import.go new file mode 100644 index 0000000..a9367ef --- /dev/null +++ b/cmd/trello2mail/import.go @@ -0,0 +1,10 @@ +// create taskell configuration +// run taskell and read content + +package main + +func CreateTaskell() { +} + +func RunTaskell() { +}