package com.bcxin.backend;

import org.slf4j.Logger;

public abstract class ProviderAbstract {
    protected abstract Logger getLogger();
}
