This website requires JavaScript.
Explore
Help
Sign In
s473616
/
Machine_learning_2023
Watch
1
Star
0
Fork
0
You've already forked Machine_learning_2023
forked from
s473601/Machine_learning_2023
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b7b9e8e97c
Machine_learning_2023
/
domain
/
entities
/
entity.py
6 lines
133 B
Python
Raw
Normal View
History
Unescape
Escape
changes
2023-05-18 23:18:07 +02:00
class
Entity
:
def
__init__
(
self
,
x
:
int
,
y
:
int
,
type
:
str
)
:
self
.
x
=
x
self
.
y
=
y
self
.
type
=
type
Reference in New Issue
Copy Permalink