5 lines
86 B
Python

import src.controller as controller
if __name__ == '__main__':
controller.main()