# frozen_string_literal: true require 'wechat/client/version' module Wechat # Wechat Client # @see https://mp.weixin.qq.com/wiki module Client # Your code goes here... end end