Return the directory that stores images
(self)
| 33 | meta(http_equiv="refresh", content=str(refresh)) |
| 34 | |
| 35 | def get_image_dir(self): |
| 36 | """Return the directory that stores images""" |
| 37 | return self.img_dir |
| 38 | |
| 39 | def add_header(self, text): |
| 40 | """Insert a header to the HTML file |