mirror of
https://github.com/Telecominfraproject/oopt-gnpy-api.git
synced 2025-11-02 19:07:48 +00:00
5 lines
74 B
Python
5 lines
74 B
Python
# coding: utf-8
|
|
class ConfigService:
|
|
def __init__(self):
|
|
pass
|