This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AV Products or Companies: | |
Avast | |
BitDefender | |
Carbon Black | |
Check Point | |
Cisco | |
ClamAV | |
CrowdStrike | |
Cylance | |
Elastic Endpoint Security |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import kivy | |
from kivy.app import App | |
from kivy.uix.label import Label | |
from kivy.uix.layout import Layout | |
from kivy.properties import NumericProperty, VariableListProperty, ListProperty, OptionProperty, DictProperty | |
from kivy.uix.button import Button | |
class LockerLayout(Layout): | |
"""Spacing between children, in pixels.""" |