Add initial implementation of instace class in server-steering.py
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
import os
|
||||||
|
|
||||||
|
|
||||||
|
class instace():
|
||||||
|
def __init__(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def new():
|
||||||
|
pass
|
||||||
|
|
||||||
Reference in New Issue
Block a user