2023-12-11 11:28:26 +08:00

9 lines
74 B
Python

from abc import ABC
class Chain(ABC):
def dag(self):
pass