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