Initial commit
This commit is contained in:
commit
351d98c523
36 changed files with 1836 additions and 0 deletions
9
sample/core.py
Normal file
9
sample/core.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
def get_hmm():
|
||||
"""Get a thought."""
|
||||
return 'hmmm...'
|
||||
|
||||
def hmm():
|
||||
"""Contemplation..."""
|
||||
print(get_hmm())
|
||||
Loading…
Add table
Add a link
Reference in a new issue