Skip to content
  • Leonhard Seidelmann's avatar
    Add dynamic C module support · 7e0f29b2
    Leonhard Seidelmann authored
    Moved the Python implementation of all algorithms into a sub module. This module is imported first, then imports from a C equivalent will be attempted.
    
    This second round of imports is done via a wildcard, allowing only partial overshadowing of the pure-Python names.
    7e0f29b2