Skip to content

Commit

Permalink
add module to avoid name collision
Browse files Browse the repository at this point in the history
Signed-off-by: scoopxyz <sean@seancooper.xyz>
  • Loading branch information
scoopxyz committed Jun 7, 2022
1 parent 5fbfe96 commit 60693c7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions opencolorio_config_aces/clf/transforms/arri/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright Contributors to the OpenColorIO Project.

from .generate import (
generate_logc3,
generate_logc4
)

__all__ = [
"generate_logc3",
"generate_logc4",
]

0 comments on commit 60693c7

Please sign in to comment.