Skip to content

Instantly share code, notes, and snippets.

@sccolbert
sccolbert / gist:8569752
Created January 22, 2014 23:33
Simple threads with Enaml
from threading import Thread
from time import sleep
from atom.api import Atom, Bool, Int
from enaml.application import deferred_call
from enaml.widgets.api import Window, Container, ProgressBar, PushButton
class Model(Atom):