package photoprism_client_go
type PhotoprismClient struct {
//
}
func New() *PhotoprismClient {
p := &PhotoprismClient{}
return p