rowingdude / analyzeMFT

analyzeMFT.py is designed to fully parse the MFT file from an NTFS filesystem and present the results as accurately as possible in multiple formats.
MIT License
448 stars 115 forks source link

Re-add type hints to the codebase #122

Closed rowingdude closed 2 months ago

rowingdude commented 3 months ago

Since the class rewrite, I have omitted type hints as things were rather fluid and I was living in Python docs, now that the code base is pretty set, we're going to re-add the hints for future development.