This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
Shellmiao
/
FateWithShellmiaoComment
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
2032e77c72
Dallar
Biçim İmleri
master
FateWithShel...
/
Fate
/
python
/
fate_arch
/
abc
/
_address.py
_address.py
62 B
Geçmiş
Ham
1
2
3
4
5
import abc
class AddressABC(metaclass=abc.ABCMeta):
...