Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AndrewVSutherland
GitHub Repository: AndrewVSutherland/lmfdb
Path: blob/main/start-lmfdb.py
1127 views
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
# supposed to start via $ sage -python ...
4
from lmfdb.website import main
5
main()
6
7