Metadata-Version: 2.1
Name: pydont
Version: 1.0.1
Summary: Now you can dont() your if statements!
Author-email: Jadon Phillips <joebiden@kitgaming67.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# PyDont
```python
from pydont import dont

ask = input("Do you think that this is funny? (yes/no) : ")

if ask != "yes":
    dont()
else:
    print("Thank you!")
```

## Syntax:
`dont()` -- equivalent to using `pass`. for the memes.