5 lines
63 B
Python
5 lines
63 B
Python
from .bench import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|