[general] Minor refactoring
Shuffled some code around in an attempt to make it easier to read and understand.
This commit is contained in:
parent
47935942f0
commit
55474aadc3
3 changed files with 9 additions and 11 deletions
|
@ -1,5 +1,9 @@
|
|||
import threading
|
||||
|
||||
def output(args):
|
||||
import bumblebee.outputs.i3
|
||||
return bumblebee.outputs.i3.Output(args)
|
||||
|
||||
class Output(object):
|
||||
def __init__(self, args):
|
||||
self._callbacks = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue