Still missing a few in _subprocess (a Windows-only private module) and decimal (I gave up).
This commit adds some incomplete stubs for the fractions module. In particular, this commit does not add type signatures for the more complex functions (such as `__add__`), and just leaves their types as effectively `Any`.