Working development server (no encryption now)
This commit is contained in:
10
dragonion_server/cli/common.py
Normal file
10
dragonion_server/cli/common.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import click
|
||||
from .cmd.service.service import service_group
|
||||
|
||||
|
||||
cli = click.CommandCollection(
|
||||
name='dragonion-server',
|
||||
sources=[
|
||||
service_group()
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user