package com.r0r5chach.controllers;
/**
* Class that defines the controller for the main View (main.fxml) of the GUI
* Inherits from com.r0r5chach.controllers.Controller
* @author r0r5chach
*/
public class MainController extends Controller {
}