lib/renote.rb in renote-0.0.7 vs lib/renote.rb in renote-0.1.0

- old
+ new

@@ -1,12 +1,14 @@ -require "renote/version" -require "renote/cli/application" +require 'require_all' +require_all 'lib' module Renote module Cli +=begin puts ' _ ' puts ' ___ ___ ___ ___| |_ ___ ' puts ' | _| -_| | . | _| -_| ' puts ' |_| |___|_|_|___|_| |___| ' puts ' ' +=end end end \ No newline at end of file