KemoFureApi/modules/JapariSling/classes/construct_level.py

7 lines
177 B
Python
Raw Permalink Normal View History

2024-12-26 23:02:30 +08:00
from typing import List
from .construct_serialized import ConstructSerialized
class ConstructLevel:
Name : str
Description : str
Objects : List[ConstructSerialized]