siilo icon indicating copy to clipboard operation
siilo copied to clipboard

Make classes available in main module

Open kvesteri opened this issue 11 years ago • 0 comments

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

kvesteri avatar May 20 '14 11:05 kvesteri