Initial commit of toolkit SWIG wrapper work
This commit is contained in:
13
tools/epanet-toolkit/test/main.py
Normal file
13
tools/epanet-toolkit/test/main.py
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
import epanet_toolkit as tlkt
|
||||
|
||||
def epanet():
|
||||
[error, handle] = tlkt.EN_alloc()
|
||||
|
||||
[error, handle] = tlkt.EN_free(handle)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
epanet()
|
||||
|
||||
Reference in New Issue
Block a user