mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-25 01:12:35 +10:00
7 lines
133 B
Python
7 lines
133 B
Python
from archivebox.logging import log_shell_welcome_msg
|
|
|
|
|
|
if __name__ == '__main__':
|
|
from main import *
|
|
log_shell_welcome_msg()
|