9 lines
89 B
Python
9 lines
89 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import sys
|
|
sys.path.append('proto')
|
|
|
|
import msgids
|
|
|
|
print('ok')
|