1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-31 03:04:12 +02:00
pywb/pywb/apps/wayback.py

7 lines
126 B
Python
Raw Normal View History

from gevent.monkey import patch_all; patch_all()
from pywb.apps.frontendapp import FrontEndApp
application = FrontEndApp()