baseimage-tutorial-framework/lib/tfw/decorators/__init__.py

6 lines
190 B
Python
Raw Normal View History

# Copyright (C) 2018 Avatao.com Innovative Learning Kft.
# All Rights Reserved. See LICENSE file for details.
2018-02-13 16:56:01 +00:00
from .rate_limiter import RateLimiter
from .lazy_property import lazy_property