1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-13 08:41:46 +00:00
bramw_baserow/sandbox/manage.py

5 lines
72 B
Python
Executable file

from baserow.manage import main
if __name__ == '__main__':
main()