forked from ISPsystem/isp-maintenance
5 lines
74 B
Python
5 lines
74 B
Python
import os
|
|
import json
|
|
|
|
from peewee import Model, MySQLDatabase, CharField
|