11 lines
135 B
Python
11 lines
135 B
Python
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
"""
|
||
|
VWED任务系统数据模块
|
||
|
"""
|
||
|
|
||
|
# 确保子模块正确加载
|
||
|
import data.models
|
||
|
|