mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-21 09:49:20 +10:00
7 lines
126 B
Python
7 lines
126 B
Python
from cli.logging import log_shell_welcome_msg
|
|
|
|
|
|
if __name__ == '__main__':
|
|
from main import *
|
|
log_shell_welcome_msg()
|