Refasctoring brush 'events' to be under data and named as such, moved cbindings to libs
This commit is contained in:
@@ -14,10 +14,10 @@ from libs.surface_manager import SurfaceManager
|
||||
from libs.event_collection import EventCollection
|
||||
|
||||
from data.mouse_buttons import MouseButton
|
||||
from data.events import brushes
|
||||
|
||||
from .surface import Surface
|
||||
|
||||
from . import brushes
|
||||
|
||||
|
||||
class DrawArea(Gtk.DrawingArea):
|
||||
|
Reference in New Issue
Block a user