📣 Dash Labs 1.0.0: Dash `pages` - An easier way to make multi-page apps

I modified the import method, it seems that no error is reported

import tasks
print(tasks.task1)

Another question, is my custom route unavailable?

import app
server = app.server
@server.route("/test", methods=["GET", "POST"])
def test():
    pass