# -*- coding: utf-8 -*- from __future__ import absolute_import # Copyright (c) 2010-2015 openpyxl """Write the theme xml based on a fixed string.""" # package imports theme_xml = """ """ def write_theme(): """Write the theme xml.""" return theme_xml