RE-OWOD/projects/TensorMask/tensormask/layers/__init__.py

5 lines
195 B
Python

# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
from .swap_align2nat import SwapAlign2Nat, swap_align2nat
__all__ = [k for k in globals().keys() if not k.startswith("_")]