release-the-gil/src/double_unlock.py

5 lines
81 B
Python

from double_unlock_cython import unlock
if __name__ == '__main__':
unlock()