1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-21 23:38:20 +00:00
bramw_baserow/backend/baserow
2022-08-02 10:34:05 +02:00

5 lines
93 B
Python
Executable file

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