mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Proposed improvement on API naming
This commit is contained in:
parent
a1bc2f3ebf
commit
6d237b09e8
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
from UM.PluginRegistry import PluginRegistry
|
||||
from cura.API.Backups import Backups
|
||||
from cura.API.SidebarContextMenu import SidebarContextMenu
|
||||
from cura.API.Sidebar import Sidebar
|
||||
|
||||
## The official Cura API that plug-ins can use to interact with Cura.
|
||||
#
|
||||
|
@ -19,4 +19,4 @@ class CuraAPI:
|
|||
backups = Backups()
|
||||
|
||||
# Sidebar Context Menu API
|
||||
sidebar_context_menu = SidebarContextMenu()
|
||||
sidebar = Sidebar()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue