mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 12:30:08 -06:00
more import fixes
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
from .diorama import Diorama
|
||||
|
||||
__all__ = ["Diorama"]
|
||||
|
||||
@@ -36,8 +36,7 @@ logging.basicConfig(
|
||||
)
|
||||
logger = logging.getLogger("diorama.draw")
|
||||
|
||||
|
||||
from safezone import (
|
||||
from computer_server.diorama.safezone import (
|
||||
get_menubar_bounds,
|
||||
get_dock_bounds,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user