Main
main()
async
Main function to run the Peter Explains CLI.
This function is an async function that runs the main Peter Explains CLI. It uses the asyncio library to run the main Peter Explains CLI.
Source code in peter_explains/main.py
peter()
Function to run the Peter Explains CLI.
This function is the entry point for the Peter Explains CLI. It runs the main function using the asyncio library.