mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-27 05:32:41 -06:00
4 lines
98 B
Python
Executable file
4 lines
98 B
Python
Executable file
from gevent.pywsgi import *
|
|
import gevent.pywsgi as _pywsgi
|
|
__all__ = _pywsgi.__all__
|
|
del _pywsgi
|