""" Create a new html file from selected films. Save the file under lists directory. """ import os HTML_DIRS = 'list_htmls' def crete_directory(): if not os.path.exists(HTML_DIRS): os.mkdir(HTML_DIRS) def start_html(list_name): return """