mirror of
https://github.com/yweber/lodel2.git
synced 2026-02-14 13:52:02 +01: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!")
|