Files
vollerei/vollerei/cli/__init__.py

7 lines
79 B
Python

from typing import Any
class CLI:
def __init__(self):
pass