Files
Python/Code/Python10Code/com/twowater/mtest5.py
2017-09-11 09:44:22 +08:00

10 lines
129 B
Python

#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
class User(object):
pass
if __name__ == '__main__':
print(dir(User()))