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

11 lines
183 B
C++

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