ium/IUM_07/sacred_hello.py
2021-04-26 11:44:34 +02:00

8 lines
107 B
Python

from sacred import Experiment
ex = Experiment()
@ex.automain
def my_main():
print('Witaj świecie!')