Test_Johanne/payment_info/tests.py
2025-03-06 10:33:03 +01:00

10 lines
191 B
Python

from otree.api import Currency as c, currency_range
from . import pages
from ._builtin import Bot
from .models import Constants
class PlayerBot(Bot):
def play_round(self):
pass