1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-07 06:09:17 +00:00
bramw_baserow/backend/baserow

6 lines
94 B
Python
Executable file

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