Skip to content

Commit

Permalink
Merge pull request #6 from kaunta/i3
Browse files Browse the repository at this point in the history
generate country name
  • Loading branch information
kaunta committed Nov 22, 2019
2 parents ef472f9 + de2486b commit d447ff6
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 d447ff6

Please sign in to comment.