we can do from biosurfer import stuff and not from biosurfer.core.packages.overly.long.path import stuff
path to project install directory is easy to get in code (mainly for accessing SQLite files in databases directory but could also be useful for an eventual config file?)
Expand
__init__.py
files so thatfrom biosurfer import stuff
and notfrom biosurfer.core.packages.overly.long.path import stuff
databases
directory but could also be useful for an eventual config file?)