https://github.com/NYUCCL/psiTurk
Raw File
Tip revision: f36d305f2ab18dfc55738709ac5bd590e2dd4842 authored by Dave Eargle on 05 October 2021, 05:40:21 UTC
margin on top of main content
Tip revision: f36d305
__main__.py
if __name__ == '__main__':
    from psiturk.experiment import run_webserver
    run_webserver()
back to top