1
0
Fork 0
mirror of synced 2024-07-01 04:20:55 +12:00
ArchiveBox/archivebox/core/welcome_message.py

6 lines
115 B
Python
Raw Normal View History

from archivebox.logging_util import log_shell_welcome_msg
2019-04-28 09:26:24 +12:00
if __name__ == '__main__':
2019-05-01 15:13:04 +12:00
log_shell_welcome_msg()