mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-23 01:09:41 +00:00
6 lines
132 B
Python
6 lines
132 B
Python
from pkg_resources.extern import VendorImporter
|
|
|
|
|
|
names = 'six',
|
|
VendorImporter(__name__, names, 'pkg_resources._vendor').install()
|