summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/_components.py
blob: 9be0e6bccd36ff41962bfb0c9d18aebc32b00329 (plain)
1
2
3
4
5
6
"""
Enabled Modules in Bitmask.
Change these values for builds of the client with only one module enabled.
"""
HAS_EIP = True
HAS_MAIL = True