tke-log-parser/source/lib.cpp
2024-03-21 22:13:52 -03:00

6 lines
62 B
C++

#include "lib.hpp"
library::library()
: name {"tmp"}
{
}