1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-01 15:49:51 +00:00
bramw_baserow/backend/baserow

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
93 B
Text
Raw Permalink Normal View History

#!/usr/bin/env python
from baserow.manage import main
if __name__ == '__main__':
main()