source: git/old_modgen/python/mywrapper.cc @ 75f460

fieker-DuValspielwiese
Last change on this file since 75f460 was c36fda, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved all the outdated modgen related stuff to /old_modgen/ for now
  • Property mode set to 100644
File size: 152 bytes
Line 
1#include <kernel/mod2.h>
2#include "structs.h"
3#include "subexpr.h"
4#include "wrapper.h"
5
6void initPySingular() {
7  initSingular();
8  init_Singular();
9}
Note: See TracBrowser for help on using the repository browser.