Strona działa najlepiej z JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
bux
/
synergine2
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
93
Commity
1
Gałęzie
Drzewo:
fe1fd110b6
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z 'fe1fd110b6'
${ noResults }
synergine2
/
sandbox
/
tile
/
simulation
/
subject.py
subject.py
104B
Historia
Czysty
1
2
3
4
5
6
7
# coding: utf-8
from sandbox.tile.simulation.base import BaseSubject
class Man(BaseSubject):
pass