5 lines
93 B
Crystal
5 lines
93 B
Crystal
module Parser
|
|
abstract class PromptGenericParser
|
|
abstract def parse : Prompt
|
|
end
|
|
end
|