#ifndef MATH_MODULE_H
#define MATH_MODULE_H

void init_math_module(void);

#endif
