1
0
Fork 0
mirror of synced 2024-06-17 18:04:33 +12:00
ArchiveBox/archivebox/core/welcome_message.py

7 lines
138 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
from main import *
log_shell_welcome_msg()