1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 07:17:53 +00:00
bramw_baserow/backend/baserow
2022-08-02 10:34:05 +02:00

6 lines
93 B
Python
Executable File

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