Files
moma/renamer/decorators/__init__.py
T

4 lines
84 B
Python

# Decorators package
from .caching import cached_method
__all__ = ['cached_method']