mirror of
https://github.com/pim-n/pg-rad
synced 2026-03-11 19:58:11 +01:00
rename Object to BaseObject
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import math
|
||||
from typing import Self
|
||||
|
||||
class Object:
|
||||
class BaseObject:
|
||||
def __init__(
|
||||
self,
|
||||
x: float,
|
||||
|
||||
Reference in New Issue
Block a user