mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
adde init py to entities
This commit is contained in:
parent
0881dfb202
commit
ab68ccfdfa
1 changed files with 16 additions and 0 deletions
16
pype/settings/entities/__init__.py
Normal file
16
pype/settings/entities/__init__.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
from . import (
|
||||
constants,
|
||||
base_entity,
|
||||
item_entities,
|
||||
input_entities,
|
||||
lib
|
||||
)
|
||||
|
||||
|
||||
__all__ = (
|
||||
"constants",
|
||||
"base_entity",
|
||||
"item_entities",
|
||||
"input_entities",
|
||||
"lib"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue