Handle PNG file generation.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mikaël Capelle
2024-12-14 11:52:32 +01:00
parent 67f7eef636
commit 8969ea895f
4 changed files with 23 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
from pathlib import Path
from typing import Final
from ...base import FileHandler
from .base import dump_api_message
class FileHandlerAPI:
class FileHandlerAPI(FileHandler):
def __init__(self, folder: Path):
self.folder: Final = folder