Files
bili-sync/main.py
2023-11-22 21:53:37 +08:00

5 lines
64 B
Python

from entry import start
if __name__ == "__main__":
start()