refactor: Split code into many files

This commit is contained in:
kbe
2025-08-12 00:53:16 +02:00
parent 944421c68b
commit 90230832ee
11 changed files with 1079 additions and 646 deletions

View File

@@ -31,5 +31,5 @@ if __name__ == "__main__":
exit(1)
# Start the continuous booking loop
asyncio.run(booker.run())
booker.run()
logging.info("Script completed")