diff options
-rw-r--r-- | fg21sim/core.py | 9 | ||||
-rw-r--r-- | fg21sim/helpers.py | 0 |
2 files changed, 0 insertions, 9 deletions
diff --git a/fg21sim/core.py b/fg21sim/core.py deleted file mode 100644 index 2cea5dc..0000000 --- a/fg21sim/core.py +++ /dev/null @@ -1,9 +0,0 @@ -# -*- 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 deleted file mode 100644 index e69de29..0000000 --- a/fg21sim/helpers.py +++ /dev/null |