Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslgui
Commits
9bd5c739
Commit
9bd5c739
authored
Feb 24, 2020
by
Taylor Hanayik
Browse files
add comments
parent
719a0125
Changes
1
Hide whitespace changes
Inline
Side-by-side
fslgui/gui.py
View file @
9bd5c739
...
...
@@ -14,6 +14,10 @@ import fslgui.tools as tools
class
BaseGui
(
object
):
"""
BaseGui is the parent class for all FSL GUIs.
Common functionality and attributes are implemented here.
"""
def
__init__
(
self
):
# maybe add some other common funcionality here
pass
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment