mirror of
https://github.com/ente-io/ente.git
synced 2025-05-30 14:23:24 +00:00
9 lines
104 B
Go
9 lines
104 B
Go
package preview
|
|
|
|
type Controller struct {
|
|
}
|
|
|
|
func NewController() *Controller {
|
|
return &Controller{}
|
|
}
|