Option to recode as one-hot for numpy output.
[lightning.git] / tiler.go
1 package main
2
3 type Tiler struct {
4 }
5
6 func newTiler(taglib *tagLibrary) *Tiler {
7         return &Tiler{}
8 }