Refator eco code. Split into modules

This commit is contained in:
Rene Arumetsa
2026-07-27 00:49:34 +03:00
parent d89383ee20
commit 83a60cda55
21 changed files with 2413 additions and 2215 deletions

View File

@@ -11,7 +11,7 @@ UID = 111
def _fixed_now(monkeypatch, dt: datetime):
monkeypatch.setattr(economy, "_now", lambda: dt)
monkeypatch.setattr(economy.store, "_clock", lambda: dt)
return dt