mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 09:24:57 +01:00
removed __main__
This commit is contained in:
parent
b0de0b47d2
commit
fef658d9e8
1 changed files with 0 additions and 9 deletions
|
|
@ -1008,12 +1008,3 @@ class PathEntity(ItemEntity):
|
|||
|
||||
def update_studio_values(self, value):
|
||||
self.child_obj.update_studio_values(value)
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from lib import gui_schema
|
||||
schema_data = gui_schema("system_schema", "schema_main")
|
||||
root = RootEntity(schema_data)
|
||||
a = root["general"]["studio_name"]
|
||||
print(a.current_value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue