mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
5 lines
133 B
Python
5 lines
133 B
Python
class ArgParse:
|
|
def __init__(self, name: str, description: str):
|
|
self.name = name
|
|
self.description = description
|