摘要:
AbstractFactory.py ## 抽象工厂模式 Abstract Factory Pattern from __future__ import annotations from abc import ABC, abstractmethod class AbstractFactory(ABC 阅读全文
posted @ 2022-10-18 21:19
®Geovin Du Dream Park™
阅读(27)
评论(0)
推荐(0)
摘要:
Adapte.py ## 适配器模式 Adapte Pattern geovindu, Geovin Du eidt class Target: """ The Target defines the domain-specific interface used by the client code. 阅读全文
posted @ 2022-10-18 21:10
®Geovin Du Dream Park™
阅读(25)
评论(0)
推荐(0)
浙公网安备 33010602011771号