5 lines
168 B
Ruby
5 lines
168 B
Ruby
|
require_relative "commands/command"
|
||
|
require_relative "commands/help_command"
|
||
|
require_relative "commands/lesson_command"
|
||
|
require_relative "commands/stop_lesson_command"
|