We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61344a commit 494d368Copy full SHA for 494d368
1 file changed
cforge/commands/server/__init__.py
@@ -6,9 +6,3 @@
6
7
Server command group.
8
"""
9
-
10
-# First-Party
11
-from cforge.commands.server.run import run
12
-from cforge.commands.server.serve import serve
13
14
-__all__ = ["run", "serve"]
0 commit comments