Files
2025-10-21 18:59:36 +02:00

7 lines
86 B
Python

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