mirror of
https://github.com/zebrajr/ArchiveBox.git
synced 2025-12-06 12:20:54 +01:00
6 lines
115 B
Python
6 lines
115 B
Python
from archivebox.logging_util import log_shell_welcome_msg
|
|
|
|
|
|
if __name__ == '__main__':
|
|
log_shell_welcome_msg()
|