6 lines
77 B
Python
6 lines
77 B
Python
from __future__ import annotations
|
|
|
|
from .features import pilinfo
|
|
|
|
pilinfo()
|