Move C++ source to python/, trivial bindings

This commit is contained in:
Jørgen Kvalsvik
2016-11-25 15:29:36 +01:00
parent a9b537f5e8
commit 25a3007a1e
9 changed files with 41 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
import libsunbeam as lib
class EclipseState(lib.EclipseState):
pass
def parse(path):
return lib.parse(path, lib.ParseContext())