mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 05:40:09 +00:00
5 lines
72 B
Text
5 lines
72 B
Text
from baserow.manage import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|