2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-13 18:33:15 +00:00
frappe_docker/build/common/commands/gevent_patch.py

3 lines
47 B
Python

import gevent.monkey
gevent.monkey.patch_all()