let there be docs

This commit is contained in:
R Dittberner 2026-06-15 19:56:55 +02:00
commit cb5b7a201b
8 changed files with 196 additions and 0 deletions

6
main.py Normal file
View file

@ -0,0 +1,6 @@
def main():
print("Hello from mkdocs!")
if __name__ == "__main__":
main()