impuls/lib/python3.11/site-packages/fasteners/pywin32/__init__.py

6 lines
163 B
Python
Raw Normal View History

"""
Exposes the minimal amount of code to use Win32 native file locking. We only
need two APIs, so this is far lighter weight than pulling in all of pywin32.
"""