25 lines
331 B
Python
Executable File
25 lines
331 B
Python
Executable File
# coding: utf-8
|
|
|
|
import psutil
|
|
import time
|
|
import os
|
|
import sys
|
|
import public
|
|
import re
|
|
import json
|
|
import pwd
|
|
|
|
from flask import request
|
|
|
|
|
|
class crontab_api:
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
|
def listApi(self):
|
|
return '123'
|
|
|
|
##### ----- start ----- ###
|
|
##### ----- start ----- ###
|