mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-05-10 17:42:55 +08:00
5 lines
64 B
Python
5 lines
64 B
Python
from entry import start
|
|
|
|
if __name__ == "__main__":
|
|
start()
|