"""Minimal wrapper for the OpenGL.WGL module"""
from WGL__init__ import *
# now import all the "special" names that got skipped...
__api_version__ = WGL__init__.__api_version__
__author__ = WGL__init__.__author__
__date__ = WGL__init__.__date__
__doc__ = WGL__init__.__doc__
__version__ = WGL__init__.__version__