ReisG / Lifor

Organizing time app
1 stars 0 forks source link

Problems importing modules from shedlib #8

Open ReisG opened 2 years ago

ReisG commented 2 years ago

There is a problem. We can use our shedlib library only outside of it.

What if we need to use, for example, Time class in Event class stored in this library.

We need to figure out who to overcome this.

ReisG commented 2 years ago

I saw somewhere that __init__.py file is used in modules to make easier access to modules in library.

It doesn't fit the main problem, but I think we also have to organize our library adding this thing.