摘要:
DuBridge.py # 桥接模式 Bridge Pattern # DuBridyge.py editor: geovindu, Geovin Du from __future__ import annotations from abc import ABC, abstractmethod cl 阅读全文
posted @ 2022-10-19 22:30
®Geovin Du Dream Park™
阅读(42)
评论(0)
推荐(0)
摘要:
DuBuilder.py # 生成器模式 Builder Pattern from __future__ import annotations from abc import ABC, abstractmethod from typing import Any class Builder(ABC): 阅读全文
posted @ 2022-10-19 17:57
®Geovin Du Dream Park™
阅读(16)
评论(0)
推荐(0)
浙公网安备 33010602011771号