i'm hungry
This commit is contained in:
parent
57b92bea46
commit
35606fa1be
|
@ -1,2 +1,26 @@
|
|||
#!/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")
|
Loading…
Reference in New Issue