Ricardo

587
reputation
5
14

I was going to write an about-me description from scratch, but I found a pypi package which does it for me in a more pythonic way!

import me

print(me.about)

    >>> I was going to write an `about-me` description from scratch, but I found a pypi package 

which does it for me in a more pythonic way!

    import me

    print(me.about)
    
       >>> I was going to write an `about-me` description...