wikicr/spec/support/flows/base_flow.cr
Arthur Poulet e9bb1cbdc0
Some checks failed
continuous-integration/drone/push Build is failing
spike: try to install & migrate to lucky
2021-10-15 18:44:23 +02:00

4 lines
82 B
Crystal

# Add methods that all or most Flows need to share
class BaseFlow < LuckyFlow
end