blob: 2761cc8feb2264388225d258061e98909d4b4463 [file] [log] [blame]
#!/usr/bin/env python
# encoding: utf-8
"""This module creates services for all models.
"""
from ec2stack.models.users import UsersService
USERS = UsersService()