mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -08:00
14 lines
293 B
Python
14 lines
293 B
Python
#!/usr/bin/env python
|
|
|
|
# $Id$
|
|
|
|
"""
|
|
jaraco.windows
|
|
|
|
A lightweight wrapper to provide a pythonic API to the Windows Platform.
|
|
|
|
This package attempts to provide interfaces similar or compatible
|
|
with Mark Hammond's pywin32 library, but avoids the use of extension
|
|
modules by utilizing ctypes.
|
|
"""
|