core-extra/daemon/scripts/core-rest

7 lines
103 B
Text
Raw Normal View History

#!/usr/bin/env python
from core.rest import corerest
if __name__ == "__main__":
corerest.start()