mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-07 06:09:17 +00:00
6 lines
94 B
Python
Executable file
6 lines
94 B
Python
Executable file
#!/usr/bin/env python
|
|
from baserow.manage import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|