mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-08-24 12:16:37 +08:00
6 lines
70 B
Python
6 lines
70 B
Python
from setuptools import setup
|
|
|
|
|
|
if __name__ == "__main__":
|
|
setup()
|