diff options
Diffstat (limited to 'bin/fg21sim-download-data')
-rwxr-xr-x | bin/fg21sim-download-data | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/fg21sim-download-data b/bin/fg21sim-download-data new file mode 100755 index 0000000..db432f0 --- /dev/null +++ b/bin/fg21sim-download-data @@ -0,0 +1,10 @@ +#!/usr/bin/env python3 +# +# Copyright (c) 2016 Weitian LI <liweitianux@live.com> +# MIT license + +""" +Download the required data (e.g., template maps) for simulations. +""" + +raise NotImplementedError("TODO") |