baserow-ifto/main.py

4 lines
67 B
Python
Raw Normal View History

import controller
2023-09-04 13:48:30 +02:00
if __name__ == "__main__":
controller.main()