SmartPicasso/client/views/abstract_view.py

5 lines
83 B
Python
Raw Normal View History

class AbstractView:
@staticmethod
def get_view_name() -> str:
pass