Conflict name

This commit is contained in:
BarsTiger
2022-04-15 14:07:06 +03:00
parent 968cd6358b
commit e8a5be25cf
4 changed files with 6 additions and 6 deletions

View File

@@ -4,12 +4,12 @@ Smallest library that every project needs!
It just... Runs your function in new thread with decorator!
```bash
pip install thread
pip install ezzthread
```
# Use
```python
from thread import threaded
from ezzthread import threaded
@threaded
def func():