Archived
1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cli-old/lib/react/curses.rb

8 lines
100 B
Ruby

# frozen_string_literal: true
require 'react/curses/nodes'
module React
module Curses
end
end