You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/pybind/module.cpp

9 lines
127 B
C++

#include "common.hpp"
PYBIND11_MODULE(pyllarp, m)
{
llarp::simulate::SimContext_Init(m);
llarp::RouterContact_Init(m);
}