--HG-- rename : wsme/rest.py => wsme/protocols/rest.py rename : wsme/tests/test_controller.py => wsme/tests/test_api.py
4 lines
109 B
Python
4 lines
109 B
Python
from wsme.api import expose, validate
|
|
from wsme.root import WSRoot
|
|
from wsme.types import wsattr, wsproperty
|