diff options
author | F. Eugene Aumson <feuGeneA@users.noreply.github.com> | 2018-10-13 03:50:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 03:50:48 +0800 |
commit | 2afa38c927ab10f1d8eecbb7e81a7c70f4bda767 (patch) | |
tree | 3067bb0795601f732275cf085f365b0276677508 /python-packages/order_utils/test/__init__.py | |
parent | 11033c78f559de207f89e7588dc3ccf458cbbe30 (diff) | |
parent | 92fd0a9d24378d01d87dfa6fd0ec5a42edfe8308 (diff) | |
download | dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.gz dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.zst dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.zip |
feat(python/order_utils): project stub
An empty project, with respect to functionality, but one configured with
a test framework, linters, CI integration, etc.
https://app.asana.com/0/836857747873847/839549782781239/f
Diffstat (limited to 'python-packages/order_utils/test/__init__.py')
-rw-r--r-- | python-packages/order_utils/test/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python-packages/order_utils/test/__init__.py b/python-packages/order_utils/test/__init__.py new file mode 100644 index 000000000..ec5b114aa --- /dev/null +++ b/python-packages/order_utils/test/__init__.py @@ -0,0 +1 @@ +"""Tests of zero_x.order_utils.""" |