diff --git a/LOCO/loco.py b/LOCO/loco.py index 6e44e37..a153754 100644 --- a/LOCO/loco.py +++ b/LOCO/loco.py @@ -2,4 +2,7 @@ class loco(): """loco help""" def run(): - """loco run help""" \ No newline at end of file + """loco run help""" + + def measure_orm(): + """loco measure help""" \ No newline at end of file