/*
 * Author:          Patrick-Christopher Mattulat
 * Company:         Lynar Studios
 * E-Mail:          webmaster@lynarstudios.com
 * Created:         2022-05-17
 * Changed:         2022-05-17
 *
 * */

#ifndef LS_STD_LS_STD_ENCODING_HPP
#define LS_STD_LS_STD_ENCODING_HPP

#include <ls_std/encoding/Base64.hpp>

#endif