#!/usr/bin/python #import infFile = "" outFile = "" timeCreate = 0 #Do I want this to be a str? timeMod = 0 def printHtml(): print("placeholder") def parse(): print("probably not gonna use") def metadata(): print("placeholder") def css(): print("placeholder") def main(): print("placeholder")