initial commit
Change-Id: Ie417df96258c2daa852d14e588de4ad2d54bb819
This commit is contained in:
8
orm/services/region_manager/rms/controllers/v2/root.py
Executable file
8
orm/services/region_manager/rms/controllers/v2/root.py
Executable file
@@ -0,0 +1,8 @@
|
||||
"""V2 root controller module."""
|
||||
from rms.controllers.v2.orm import root
|
||||
|
||||
|
||||
class V2Controller(object):
|
||||
"""V2 root controller class."""
|
||||
|
||||
orm = root.OrmController()
|
||||
Reference in New Issue
Block a user