package com.example.caseData.utils; public class Fmt { public static void PrintLn(Object obj) { System.out.println(">>> " + obj); } }