(message, press_any_key=False)
| 28 | |
| 29 | |
| 30 | def cprint(message, press_any_key=False): |
| 31 | console.print(message) |
| 32 | if press_any_key: |
| 33 | console.print("Press any key to continue...", style="") |
| 34 | input() |
| 35 | |
| 36 | def basic_usage(crawler): |
| 37 | cprint("🛠️ [bold cyan]Basic Usage: Simply provide a URL and let Crawl4ai do the magic![/bold cyan]") |
no outgoing calls
no test coverage detected
searching dependent graphs…