package org.toop; import org.toop.app.App; public final class Main { static void main(String[] args) { App.run(args); } }