This website requires JavaScript.
Explore
Help
Sign In
kuhyx
/
WUT_Computer_Science
Watch
1
Star
0
Fork
0
You've already forked WUT_Computer_Science
mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced
2026-07-06 13:03:16 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fb86be5af8
WUT_Computer_Science
/
analitics
/
User.py
5 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
Klasy+funkcje do uzupełnienia kwerendami
2024-06-15 19:47:16 +02:00
class
User
:
Basic poprawki
2024-06-16 19:26:07 +02:00
def
__init__
(
self
,
user_id
,
name
)
:
self
.
id
=
user_id
self
.
name
=
name
Reference in New Issue
Copy Permalink