mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-06-27 02:12:16 +08:00
5 lines
64 B
Python
5 lines
64 B
Python
from entry import start
|
|
|
|
if __name__ == "__main__":
|
|
start()
|