mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-01-21 23:38:20 +00:00
5 lines
93 B
Python
Executable file
5 lines
93 B
Python
Executable file
#!/usr/bin/env python
|
|
from baserow.manage import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|