https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: af007240c6f4ee682e63dce0f40ca272913e2a18 authored by Dave Eargle on 31 October 2022, 22:34:16 UTC
bump to 3.3.1 (#552)
Tip revision: af00724
__main__.py
if __name__ == '__main__':
    from psiturk.experiment import run_webserver
    run_webserver()
back to top