mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 07:17:53 +00:00
6 lines
93 B
Python
Executable File
6 lines
93 B
Python
Executable File
#!/usr/bin/env python
|
|
from baserow.manage import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|