From 95cf1c9f70eb06cd2cd0efee62971e5f3ca48695 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Sat, 26 Mar 2022 01:21:02 +0100 Subject: Reordering __init__.py __all__ array --- src/argaze/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/argaze/__init__.py b/src/argaze/__init__.py index e475324..dfc3e99 100644 --- a/src/argaze/__init__.py +++ b/src/argaze/__init__.py @@ -2,4 +2,4 @@ .. include:: ../../README.md """ __docformat__ = "restructuredtext" -__all__ = ['DataStructures', 'GazeFeatures'] \ No newline at end of file +__all__ = ['utils','GazeFeatures','RegionOfInterest','TobiiGlassesPro2','ArUcoMarkers','DataStructures'] \ No newline at end of file -- cgit v1.1