6 lines
84 B
Python
6 lines
84 B
Python
|
from cutekit import ensure
|
||
|
|
||
|
ensure((0, 7, 0))
|
||
|
|
||
|
from . import cli
|
||
|
from . import flags
|