diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-09-30 20:50:21 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-09-30 20:50:21 +0800 |
commit | 20cdeb761cefc8a885ac1350627b3a1394c8e577 (patch) | |
tree | 63fc7c6ce8aeb634cf4a273f35eb3a7a627818ba | |
parent | 8157d062e08197dfa69039fa529d4697d7a46986 (diff) | |
download | fg21sim-20cdeb761cefc8a885ac1350627b3a1394c8e577.tar.bz2 |
Remove origin sample files: core.py, helpers.py
-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 |