3 lines
78 B
Python
3 lines
78 B
Python
# -*- coding: UTF-8 -*-
|
|
from .duration import to_str, from_str, DurationError
|
# -*- coding: UTF-8 -*-
|
|
from .duration import to_str, from_str, DurationError
|