6 lines
61 B
Python
6 lines
61 B
Python
from dragonion_server.cli import cli
|
|
|
|
|
|
def main():
|
|
cli()
|