mirror of
https://github.com/getredash/redash.git
synced 2026-05-12 12:00:15 -04:00
Tried to untangle the cyclic dependencies, although there are still some of them left. The main reason for this restructuring/refactoring is to make the application a bit more extensible, so it's possible to add more routes to it without touching the core.
4 lines
50 B
Python
4 lines
50 B
Python
from redash import create_app
|
|
|
|
app = create_app()
|