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
|
pass
|
||||||
|
|
||||||
|
def _configure_parser(self, parser):
|
||||||
|
pass
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def run(klass):
|
def run(klass):
|
||||||
app = klass()
|
app = klass()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue