mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-22 10:28:02 +00:00
7 lines
192 B
Python
7 lines
192 B
Python
# This is a python package
|
|
# __PackageSupportBuildPath__ not needed for distutil based builds,
|
|
# but not everyone is there yet.
|
|
import win32com
|
|
|
|
win32com.__PackageSupportBuildPath__(__path__)
|