resume/main.py
Marty Oehme 3be4db8c16
feat: Create a quarto-based manpage of the resume
Requires quarto for the manpage creation and pandoc for the html
conversion, if required.
2025-05-11 10:43:42 +02:00

6 lines
84 B
Python

def main():
print("Hello from resume!")
if __name__ == "__main__":
main()