diff --git a/bin/qasim-cli.rb b/bin/qasim-cli.rb index 64e10c6..1cfcbfe 100755 --- a/bin/qasim-cli.rb +++ b/bin/qasim-cli.rb @@ -4,8 +4,7 @@ $DEBUG = true $VERBOSE = true require 'pp' -require 'qasim/config' -require 'qasim/map' +require 'qasim' module Qasim