mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-07 16:53:21 +00:00
5 lines
98 B
Python
5 lines
98 B
Python
|
from gevent.pywsgi import *
|
||
|
import gevent.pywsgi as _pywsgi
|
||
|
__all__ = _pywsgi.__all__
|
||
|
del _pywsgi
|