Skip to content

Commit

Permalink
generate country name
Browse files Browse the repository at this point in the history
  • Loading branch information
kaunta committed Nov 22, 2019
1 parent ef472f9 commit de2486b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pacific-factbook/__main__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
print("hello world")
from . import name

print(name.generate())
2 changes: 2 additions & 0 deletions pacific-factbook/name.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def generate() -> str:
return "kirau"

0 comments on commit de2486b

Please sign in to comment.