mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-28 20:44:01 +03:00
5 lines
70 B
Python
5 lines
70 B
Python
class User(object):
|
|
|
|
def __init__(self, id):
|
|
self.id = id
|