Files
auto-archiver/src/media.py
2023-01-04 18:02:44 +00:00

17 lines
328 B
Python

from __future__ import annotations
from ast import List
from typing import Any, Union, Dict
from dataclasses import dataclass
from datetime import datetime
import json
@dataclass
class Media:
filename: str
key: str = None
cdn_url: str = None
# id: str = None
# hash: str = None # TODO: added by enrichers