InQRy/inqry/instructions.py

7 строки
114 B
Python

class Instructions:
"""Create Instructions object"""
def __init__(self):
"""TODO"""
pass