8 lines
176 B
Python
8 lines
176 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
"""
|
|
应用管理模块
|
|
"""
|
|
from core.application.model import Application
|
|
from core.application.service import ApplicationService
|