Shorter hints, which mean more space for actions in the tutorial
[naja.git] / naja / resources / __init__.py
1 from naja.resources.loader import Loader, ResourceNotFound
2
3 __all__ = ['resources', 'ResourceNotFound']
4
5 resources = Loader('data')