Skip to content

Commit

Permalink
Add pretty printing for terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
FavioVazquez committed Sep 20, 2017
1 parent 7a4ac26 commit 335de95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions optimus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ def print_html(html):
"folder(path,'hadoop').")
Utilities().set_check_point_folder(os.getcwd(), "local")
print("SparkSession and Context initialized. CheckPoint folder created. Optimus successfully imported. Have fun :).")
print("""
____ __ _
/ __ \____ / /_(_)___ ___ __ _______
/ / / / __ \/ __/ / __ `__ \/ / / / ___/
/ /_/ / /_/ / /_/ / / / / / / /_/ (__ )
\____/ .___/\__/_/_/ /_/ /_/\__,_/____/
/_/
""")

# module level doc-string
__doc__ = """
Expand Down

0 comments on commit 335de95

Please sign in to comment.