1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-03-17 00:32:01 +01:00
lodel2_mirror/management/commands.py
2017-05-03 17:01:10 +02:00

7 lines
137 B
Python

# CLI Commands called by the lodeladmin module
from lodeladmin import manager
@manager.command
def hello():
print("Hello, World!")