File-Generator / parse_input_content.py
tujestspam's picture
Add 4 files
08e931d verified
Raw
History Blame Contribute Delete
352 Bytes
def parse_input_content(input_content):
# This function parses the input file and returns a list of output files
# The parsing logic can be arbitrarily complex and is not shown here for simplicity
return [("index.html", "ZAWARTOŚĆ PLIKU INDEX.HTML"), ("main.js", "ZAWARTOŚĆ PLIKU MAIN.JS"), ("readme.md", "ZAWARTOŚĆ PLIKU README.MD")]