/**
 * @author WMXPY
 * @namespace TextManager
 * @description Export
 */
export * from "./base-class/full-feature";
export * from "./base-class/readonly";
export * from "./feature";
export * from "./outcome";
export * from "./text-manager";
