Base file
BaseFile
¶
A class representing a file with its associated binary data.
Attributes:
Name | Type | Description |
---|---|---|
file_name |
str
|
The name of the file. |
data |
bytes
|
The binary content of the file. |