7 lines
103 B
Text
7 lines
103 B
Text
|
#!/usr/bin/env python
|
||
|
|
||
|
from core.rest import corerest
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
corerest.start()
|