RAPTOR v18.4: Исправлена отчетность, активированы выходные
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from typing import Protocol
|
||||
|
||||
|
||||
class ITrader(Protocol):
|
||||
def trade(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user