2022-03-02 05:32:31 +00:00
|
|
|
#!/usr/bin/python
|
|
|
|
|
2022-03-03 00:41:53 +00:00
|
|
|
#import
|
|
|
|
|
|
|
|
infFile = ""
|
|
|
|
outFile = ""
|
|
|
|
timeCreate = 0 #Do I want this to be a str?
|
|
|
|
timeMod = 0
|
2022-03-03 00:47:10 +00:00
|
|
|
sTitle = ""
|
2022-03-03 00:41:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def printHtml():
|
|
|
|
print("placeholder")
|
|
|
|
|
|
|
|
def parse():
|
|
|
|
print("probably not gonna use")
|
|
|
|
|
|
|
|
def metadata():
|
|
|
|
print("placeholder")
|
|
|
|
|
|
|
|
def css():
|
|
|
|
print("placeholder")
|
|
|
|
|
|
|
|
def main():
|
|
|
|
print("placeholder")
|