diff options
Diffstat (limited to 'python/demo_feast_wrapper.py')
-rw-r--r-- | python/demo_feast_wrapper.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/demo_feast_wrapper.py b/python/demo_feast_wrapper.py index 2e30b37..b36c538 100644 --- a/python/demo_feast_wrapper.py +++ b/python/demo_feast_wrapper.py @@ -1 +1,7 @@ #!/usr/bin/env python + +import numpy as np + + +print 'hello' + |