5 lines
86 B
Python
5 lines
86 B
Python
|
|
# type: ignore
|
||
|
|
from . import ovc
|
||
|
|
from __future__ import annotations
|
||
|
|
__all__ = ['ovc']
|