html.xonsh/main.py

26 lines
322 B
Python
Raw Normal View History

#!/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
def printHtml():
print("placeholder")
def parse():
print("probably not gonna use")
def metadata():
print("placeholder")
def css():
print("placeholder")
def main():
print("placeholder")