mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
6 lines
No EOL
193 B
Python
6 lines
No EOL
193 B
Python
from typing import BinaryIO, List
|
|
|
|
from utils.logger import setup_logger
|
|
|
|
def process_file(file_stream: BinaryIO, source_key: str) -> None:
|
|
print(f"[processor] Received file: {source_key}") |