Source code for tommy.controller.file_import.raw_body
from dataclasses import dataclass
[docs]
@dataclass
class RawBody:
"""
Represents the unprocessed text content of a file
"""
body: str
"""
This program has been developed by students from the bachelor Computer Science
at Utrecht University within the Software Project course.
© Copyright Utrecht University
(Department of Information and Computing Sciences)
"""