# frozen_string_literal: true require 'trello/version' require 'trello/exceptions' require 'trello/client' module Trello end