7 lines
79 B
Python
7 lines
79 B
Python
from typing import Any
|
|
|
|
|
|
class CLI:
|
|
def __init__(self):
|
|
pass
|