definition of abstract handler and implementation of handler for local filesystem

This commit is contained in:
2025-04-12 01:09:11 +02:00
parent 55841f1d9e
commit 3bfd30a073
5 changed files with 112 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
from .base_handler import BaseHandler
from .filesystm_handler import FileSystemHandler