mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 18:03:54 +00:00
9ae503289c
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()
|