diff options
Diffstat (limited to 'src/leap/bitmask/_components.py')
-rw-r--r-- | src/leap/bitmask/_components.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/leap/bitmask/_components.py b/src/leap/bitmask/_components.py new file mode 100644 index 00000000..9be0e6bc --- /dev/null +++ b/src/leap/bitmask/_components.py @@ -0,0 +1,6 @@ +""" +Enabled Modules in Bitmask. +Change these values for builds of the client with only one module enabled. +""" +HAS_EIP = True +HAS_MAIL = True |