# frozen_string_literal: true module Tamashii module Manager # :nodoc: module Authorizator autoload :Token, 'tamashii/manager/authorizator/token' end end end