6 lines
76 B
Python
6 lines
76 B
Python
from __future__ import annotations
|
|
|
|
from deptry.cli import deptry
|
|
|
|
deptry()
|