bazarr/libs/backports/__init__.py

2 lines
81 B
Python
Raw Normal View History

__path__ = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore