jpvanhal / siilo

File storage abstraction layer for Python
http://siilo.readthedocs.org/
MIT License
23 stars 11 forks source link

Make classes available in main module #5

Open kvesteri opened 10 years ago

kvesteri commented 10 years ago

Since I'm lazy I'd like the most used classes to be available as

from siilo import FileSystemStorage

instead of typing

from siilo.storages.filesystem import FileSystemStorage