diff options
-rw-r--r-- | data/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/__init__.py b/data/__init__.py new file mode 100644 index 0000000..528815a --- /dev/null +++ b/data/__init__.py @@ -0,0 +1,6 @@ + +from .trace import Trace + +__all__ = [ + "Trace", +] |