first skeleton of the obitools3 package
This commit is contained in:
8
python/obitools3/obidms/capidms.pyx
Normal file
8
python/obitools3/obidms/capidms.pyx
Normal file
@ -0,0 +1,8 @@
|
||||
from capidms cimport *
|
||||
|
||||
class OBIDMS:
|
||||
def __init__(self,name):
|
||||
self.pointer = obi_create_dms(name)
|
||||
|
||||
def __del__(self):
|
||||
obi_close_dms(self.pointer)
|
Reference in New Issue
Block a user