Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
FewerElk committed Mar 9, 2023
1 parent 8d2c36d commit a5d1a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from object3D import *

if __name__ == "__main__":
print("DO NOT USE IT LIKE THAT ! It is a module of a librairie !")
module = Screen(410, 410, "yo le test")
a = object3D.Cube([(10, 10, 10), (20, 10, 10), (20, 10, 20), (10, 10, 20), (10, 20, 20), (10, 20, 10), (20, 20, 10), (20, 20, 20)], color="blue", id_=module.get_id())
module.add_object(a)
Expand Down

0 comments on commit a5d1a23

Please sign in to comment.