Files
the-biergarten-app/pipeline/src/web_client/curl_web_client_constructor.cpp
2026-04-09 17:19:04 -04:00

9 lines
188 B
C++

/**
* @file web_client/curl_web_client_constructor.cpp
* @brief CURLWebClient constructor implementation.
*/
#include "web_client/curl_web_client.h"
CURLWebClient::CURLWebClient() {}