oops
This commit is contained in:
parent
f93aebd4dd
commit
c50e0df10c
1 changed files with 3 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ class BaseApplication(object):
|
|||
"""
|
||||
pass
|
||||
|
||||
def _configure_parser(self, parser):
|
||||
pass
|
||||
|
||||
@classmethod
|
||||
def run(klass):
|
||||
app = klass()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue