5 lines
83 B
Python
5 lines
83 B
Python
class AbstractView:
|
|
@staticmethod
|
|
def get_view_name() -> str:
|
|
pass
|