mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-01-30 18:36:29 +00:00
5 lines
72 B
Text
5 lines
72 B
Text
from baserow.manage import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|