Add empty functions for import

This commit is contained in:
Glenn Y. Rolland 2018-08-21 10:50:30 +02:00
parent 783c49b578
commit 4bee0ba51d

10
cmd/trello2mail/import.go Normal file
View file

@ -0,0 +1,10 @@
// create taskell configuration
// run taskell and read content
package main
func CreateTaskell() {
}
func RunTaskell() {
}