syllapy
syllapy copied to clipboard
Fix deprecation warning related to pkg_resources
This pull request addresses the deprecation warning reported in issue #97 by replacing the usage of pkg_resources
with importlib.resources
, in accordance with the deprecation notice provided by Python.
This resolves the warning and ensures compatibility with future Python versions.