1#!/usr/bin/env python 2# -*- coding: utf-8 -*- 3# supposed to start via $ sage -python ... 4from lmfdb.website import main 5main() 6 7