mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-07 14:25:37 +00:00
5 lines
72 B
Text
5 lines
72 B
Text
from baserow.manage import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|