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