diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-01 10:32:01 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-08-01 10:32:01 +0200 |
| commit | c05a90570f4a86928bfd9f02363f27a752c5fbdb (patch) | |
| tree | 1d45d130e60ff72a2e918df35ae5594defc9c8bd | |
| parent | 7ff1a129dbf3151b9c067544449f9e69a4bc80a2 (diff) | |
Debug version option
| -rw-r--r-- | esds/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esds/__main__.py b/esds/__main__.py index 4bb167d..a79b78e 100644 --- a/esds/__main__.py +++ b/esds/__main__.py @@ -1,5 +1,6 @@ import sys, argparse, os from .platform import YAMLPlatformFile +from esds import __version__ def run(arguments): parser = argparse.ArgumentParser(description='Run a simulation') |
