Hi I am new to both python and bottle
I have a site
here is the structure
|root
index.py
|classes
session.py
from the index.py how do I access session.py
so I can use it as:
**from session import session**
Or is there a better way (standard) to do this?
Thanks