class AppConfig: def __new__(cls, args, *kwargs): if not hasattr(cls,'_instance'): cls._…