This website requires JavaScript.
Explore
Help
Sign In
itdominator
/
Python-With-Gtk-Template
Template
Watch
1
Star
0
Fork
0
You've already forked Python-With-Gtk-Template
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
b4564c254092c3ac8efb0e39789f0d71d331c5d3
Python-With-Gtk-Template
/
src
/
controller
/
mixins
/
DummyMixin.py
5 lines
117 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed importing logic for mixins
2020-05-07 19:38:06 -05:00
class
DummyMixin
:
"""
docstring for DummyMixin
"""
Big refactor
2022-01-23 16:56:27 -06:00
def
print_hello_world
(
self
)
:
print
(
"
Hello, World!
"
)
Reference in New Issue
Copy Permalink