#pragma once
#include "driver_control.hpp"
#include "offsets.hpp"
class triggerbot
{
public:
void run();
};