blob: 2073e028635eebf5aec799106fa637293a416d88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PY3_PROGRAM(moto_server)
LICENSE(Apache-2.0)
PEERDIR(
contrib/python/Flask
contrib/python/Flask-Cors
contrib/python/moto
)
PY_MAIN(moto.server:main)
END()
|