botflow
botflow copied to clipboard
Can you implement the pip operator like %>% in R
Nice library! R package magrittr has some pip operator ,such as: %>%, %T>%, %<>%。 It's really cool and addictive。Can U implement it in python?