Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from .s3 import S3
from .settings import Settings
class Html:
@classmethod
def prepare(cls):
S3.copy_file_to_s3(
s3_path=Settings.HTML_S3_PATH, local_path=Settings.HTML_PAGE_FILE
)