Roboy / ravestate

✨ Ravestate is Roboy's reactive dialogue state library.
http://roboy.github.io/ravestate
BSD 3-Clause "New" or "Revised" License
25 stars 7 forks source link

Auto-detect module dependencies #158

Open josephbirkner opened 4 years ago

josephbirkner commented 4 years ago

Currently, for every ravestate module, all of its dependencies must be explicitely listed in the declaration. This is redundant, since the depndency information can be derived from referenced property and signal variables.