Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
9ee26fa6b03fe6169add668bdac75b966189f392
9ee26fa6b03fe6169add668bdac75b966189f392
Switch branch/tag
pykat
pykat
testing
web
__init__.py
Find file
Normal view
History
Permalink
__init__.py
94 Bytes
Newer
Older
moving some files around, added new finesse test routines and Flask web interface to package
Daniel Brown
committed
Jul 29, 2013
1
2
3
4
5
from
flask
import
Flask
import
os
global
app
app
=
Flask
(
__name__
,
instance_path
=
os
.
getcwd
())