mirror of
https://github.com/yweber/lodel2.git
synced 2026-04-02 08:57:15 +02:00
7 lines
137 B
Python
7 lines
137 B
Python
# CLI Commands called by the lodeladmin module
|
|
|
|
from lodeladmin import manager
|
|
|
|
@manager.command
|
|
def hello():
|
|
print("Hello, World!")
|