summaryrefslogtreecommitdiff
path: root/esds/__init__.py
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-09 16:31:48 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-09 16:31:48 +0200
commitc4509c7a26391977ad01aa958b343e3fab1ffd02 (patch)
tree33b3aaf7b64a50daa58562f216acde0d2352b46d /esds/__init__.py
parentde95c9710eae5580025aae51357c2c3361728595 (diff)
Improve debugging
Diffstat (limited to 'esds/__init__.py')
-rw-r--r--esds/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/esds/__init__.py b/esds/__init__.py
index 10c6881..2ffc1cf 100644
--- a/esds/__init__.py
+++ b/esds/__init__.py
@@ -1,4 +1,4 @@
-__all__ = ["simulator", "node", "plugins", "helpers", "rcode"]
+__all__ = ["simulator", "node", "plugins", "helpers", "rcode", "debug"]
from esds.simulator import Simulator
from esds.rcode import RCode