Closed k0t3n closed 3 months ago
@Yiling-J btw thank for the library, great job.
@k0t3n I conducted a simple test by creating a file and running mypy:
from theine import *
from theine import Cache
It didn't report any issues. Since I haven't used Python recently and I'm not familiar with mypy, could you please share how to reproduce the warning?
@Yiling-J
from theine import Cache
mypy example.py --strict
@k0t3n v0.4.2 released
Thank you, that was fast 🚀
Fix mypy warning
by explicitly defining export classes.