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