aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim')
-rw-r--r--fg21sim/__init__.py1
-rw-r--r--fg21sim/core.py9
-rw-r--r--fg21sim/helpers.py0
3 files changed, 10 insertions, 0 deletions
diff --git a/fg21sim/__init__.py b/fg21sim/__init__.py
new file mode 100644
index 0000000..f4633fa
--- /dev/null
+++ b/fg21sim/__init__.py
@@ -0,0 +1 @@
+from .core import hmm \ No newline at end of file
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
diff --git a/fg21sim/helpers.py b/fg21sim/helpers.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/fg21sim/helpers.py