projects
/
naja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Optional sanity check for actions.
[naja.git]
/
naja
/
resources
/
__init__.py
1
from naja.resources.loader import Loader, ResourceNotFound
2
3
__all__ = ['resources', 'ResourceNotFound']
4
5
resources = Loader('data')