6 lines
73 B
Python
6 lines
73 B
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
|
||
|
|
from .deep_scan import main
|
||
|
|
|
||
|
|
__all__ = ["main"]
|