summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/_components.py
blob: 9d6f3f59a69b5cc59345603bc0276edfd64fc6e2 (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 = False
HAS_MAIL = True