5 lines
92 B
Python
5 lines
92 B
Python
import sgs
|
|
|
|
if __name__ == '__main__':
|
|
print(sgs.api._calculate_fem_prob('pitch', 200))
|