Changed versions
This commit is contained in:
@@ -35,17 +35,6 @@ class ApplicationABC(ABC):
|
||||
except KeyboardInterrupt:
|
||||
Console.close()
|
||||
|
||||
def run(self):
|
||||
r"""Entry point
|
||||
|
||||
Called by custom Application.main
|
||||
"""
|
||||
try:
|
||||
self.configure()
|
||||
self.main()
|
||||
except KeyboardInterrupt:
|
||||
Console.close()
|
||||
|
||||
async def run_async(self):
|
||||
r"""Entry point
|
||||
|
||||
|
Reference in New Issue
Block a user