mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
5 lines
68 B
Python
5 lines
68 B
Python
from scan_server import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|