refact: rename stage to repository

This commit is contained in:
2024-08-07 11:39:33 +02:00
parent 8774ec11e4
commit 8a03ba8329
11 changed files with 119 additions and 105 deletions

View File

@@ -0,0 +1,5 @@
from abc import ABC
class AbstractMetadataEngine(ABC):
pass