From e07553c3627b80f20cdc81a35030bf0540924db8 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 30 Oct 2018 14:58:48 +0000 Subject: Add type/return hints throughout src/ and, in doing so, fix some cyclical references. --- src/utils/consts.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/utils/consts.py (limited to 'src/utils/consts.py') diff --git a/src/utils/consts.py b/src/utils/consts.py new file mode 100644 index 00000000..d2816509 --- /dev/null +++ b/src/utils/consts.py @@ -0,0 +1,2 @@ +BITBOT_HOOKS_MAGIC = "__bitbot_hooks" +BITBOT_EXPORTS_MAGIC = "__bitbot_exports" -- cgit v1.3.1-10-gc9f91