Files
vollerei/vollerei/cli/__init__.py

7 lines
79 B
Python
Raw Normal View History

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