feat: init repo
This commit is contained in:
12
lib/server.py
Normal file
12
lib/server.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
class Server:
|
||||
|
||||
def __init__(self, port, config) -> None:
|
||||
self.port = port
|
||||
self.config = config
|
||||
|
||||
def start(self):
|
||||
return
|
||||
|
||||
def stop(self):
|
||||
return
|
||||
Reference in New Issue
Block a user