Major refactoring:

- Create pip package
- Reorganized source code
This commit is contained in:
Loic Guegan 2022-06-14 17:13:46 +02:00
parent b6877cb81e
commit 7f13c95e16
37 changed files with 28 additions and 56 deletions

View file

@ -1,8 +1,6 @@
#!/usr/bin/env python
# Load ESDS
import sys
sys.path.append("../../")
import esds
import numpy as np