1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-21 12:16:07 +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 Normal View History

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