### Feature description Validate and implement if possible, import optimizations: - https://github.com/python-humanize/humanize/pull/234#issuecomment-2700628714 ### Use case Imports could be delayed to be method based, to speed up import files. Repeated calls to methods can be cached using `@cached_property`. ### Plan to implement Yes
Feature description
Validate and implement if possible, import optimizations:
Use case
Imports could be delayed to be method based, to speed up import files. Repeated calls to methods can be cached using
@cached_property.Plan to implement
Yes