Metadata-Version: 2.4
Name: yet_another_helloworld_print
Version: 1.0.0
Summary: Makes HelloWorld("print") actually real.
Author: f1zzen
Requires-Python: >=3.7
Description-Content-Type: text/markdown

What if `HelloWorld("print")` was real? That's why I've created this.

Type `HelloWorld()` and any function you want to use. It will reverse the call and use "Hello, World!" as an argument.
If you need *specific* method, then use this pattern:

`HelloWorld(class.method)`

Hooray!

Example:

```python
from helloworld_print import HelloWorld

HelloWorld("print")
```
