mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
4 lines
84 B
Python
4 lines
84 B
Python
# Decorators package
|
|
from .caching import cached_method
|
|
|
|
__all__ = ['cached_method'] |