aj_hello is a simple Python package that prints a friendly message: "Hello from Akbar!"
You can install the aj_hello package via pip:
pip install aj-hello
To use the aj_hello function, simply import it from the package, and call aj_hello():
from aj_hello import aj_hello
aj_hello() # Prints: Hello from Akbar!