10 lines
206 B
Python
10 lines
206 B
Python
# Package entry point for Moonraker
|
|
#
|
|
# Copyright (C) 2022 Eric Callahan <arksine.code@gmail.com>
|
|
#
|
|
# This file may be distributed under the terms of the GNU GPLv3 license
|
|
|
|
from .server import main
|
|
|
|
main()
|