10 lines
123 B
Python
10 lines
123 B
Python
"""
|
|
service configuration
|
|
"""
|
|
|
|
# import tkinter as tk
|
|
|
|
|
|
class ServiceConfiguration:
|
|
def __init__(self):
|
|
return
|