3v324v23's picture
initial
c689089
from setuptools import setup, find_packages
setup(
name="energy_prediction",
version="0.1",
packages=find_packages(),
)