feat: Added Mds class

This commit is contained in:
AURUMVORXX
2024-11-09 04:03:33 +03:00
parent 58ec459ea5
commit 0b89806626
9 changed files with 109 additions and 15 deletions

11
g2o/classes/mds.py Normal file
View File

@@ -0,0 +1,11 @@
import sqg2o
class Mds:
@staticmethod
def id(mdsName : str) -> int:
return sqg2o.Mds.id(mdsName)
@staticmethod
def name(mdsId : id) -> str:
return sqg2o.Mds.name(mdsId)