aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/core.py')
-rw-r--r--fg21sim/core.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/fg21sim/core.py b/fg21sim/core.py
new file mode 100644
index 0000000..2cea5dc
--- /dev/null
+++ b/fg21sim/core.py
@@ -0,0 +1,9 @@
+# -*- coding: utf-8 -*-
+
+def get_hmm():
+ """Get a thought."""
+ return 'hmmm...'
+
+def hmm():
+ """Contemplation..."""
+ print get_hmm() \ No newline at end of file