This commit is contained in:
abregman
2021-06-27 03:15:34 +03:00
parent 4b551d1d09
commit 0478f635e7
2 changed files with 136 additions and 104 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env python
# coding=utf-8
class Elevator(object):
def __init__(self, direction=0, position=0):
self.direction = directopn
self.position = position