justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

move WebPage class to own webpage module in jpcore #526

Closed WolfgangFahl closed 2 years ago

WolfgangFahl commented 2 years ago

There are some followup issues to do this:

  1. 524

  2. 525

  3. Access to JustByBaseComponents.instances right in handle_event - there is a need for some ObjectById Registry in the jpcore package to make this a non-cyclic dependency.