We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fd7c8 commit 55a1391Copy full SHA for 55a1391
ellar_cli/main.py
@@ -7,7 +7,7 @@
7
from ellar.constants import CALLABLE_COMMAND_INFO, MODULE_METADATA
8
from ellar.core.factory import AppFactory
9
from ellar.core.modules import ModuleSetup
10
-from ellar.services import Reflector
+from ellar.core.services import Reflector
11
from typer import Typer
12
from typer.models import CommandInfo
13
0 commit comments