7 lines
81 B
Python
7 lines
81 B
Python
class App:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def run(self):
|
|
pass
|