src/notes/tests/api/__init__.py
changeset 31 63be3ce389f7
child 74 043477fd5c5c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/notes/tests/api/__init__.py	Wed Jun 14 15:17:51 2017 +0200
@@ -0,0 +1,3 @@
+from .session import SessionApiTests
+
+__all__ = 'SessionApiTests'