#include "Wallet.h" #include #include "MerkelMain.h" #include "TradingBot.h" int main() { MerkelMain app{}; TradingBot bot{&app}; app.init(); }