baserow-ifto/main.py

4 lines
67 B
Python

import controller
if __name__ == "__main__":
controller.main()