7 lines
72 B
C++
7 lines
72 B
C++
#include "lib.hpp"
|
|
|
|
library::library()
|
|
: name {"ec-controller"}
|
|
{
|
|
}
|