// // Created by selim on 01.10.22. // #include "App.h" App &App::instance() { static App app("pro.aliencat.autocat"); return app; }