Refactor jumpavg to be more readable and usable
[csit.git] / resources / libraries / python / jumpavg / __init__.py
similarity index 68%
rename from PyPI/jumpavg/jumpavg/__init__.py
rename to resources/libraries/python/jumpavg/__init__.py
index 8e41ed9..cb8b3df 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2018 Cisco and/or its affiliates.
+# Copyright (c) 2019 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -14,3 +14,9 @@
 """
 __init__ file for "jumpavg" Python package.
 """
+
+from .AvgStdevStats import AvgStdevStats
+from .BitCountingStats import BitCountingStats
+from .BitCountingGroup import BitCountingGroup
+from .BitCountingGroupList import BitCountingGroupList
+from .classify import classify