This website works better with JavaScript
Home
Explore
Help
Sign In
bux
/
synergine2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
67
Commits
1
Branches
Tree:
9d22a373fc
synergine2
/
synergine2
/
base.py
base.py
112B
History
Raw
1
2
3
4
5
6
7
# coding: utf-8
class
BaseObject
(object)
:
def
repr_debug
(self)
-> str:
return
type(self).__name__