mirror of
https://github.com/yweber/lodel2.git
synced 2026-03-17 00:32:01 +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!")
|