4 lines
82 B
Crystal
4 lines
82 B
Crystal
# Add methods that all or most Flows need to share
|
|
class BaseFlow < LuckyFlow
|
|
end
|