Esempio n. 1
0
# -*- coding: utf-8 -*-
from spkrepo import create_app

app = create_app()

if __name__ == '__main__':
    app.run()
Esempio n. 2
0
# -*- coding: utf-8 -*-
from spkrepo import create_app


app = create_app()


if __name__ == '__main__':
    app.run()
Esempio n. 3
0
 def create_app(self):
     return create_app(config=self)
Esempio n. 4
0
 def create_app(self):
     return create_app(config=self)