9 lines
113 B
Python
9 lines
113 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
try:
|
|
from .recognition import *
|
|
except ImportError:
|
|
pass
|